WebRequestExecutor.RequestKeepAlive Property
Gets a flag that indicates whether the request keeps the connection to the server alive.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public MustOverride Property RequestKeepAlive As Boolean
Get
Set
'Usage
Dim instance As WebRequestExecutor
Dim value As Boolean
value = instance.RequestKeepAlive
instance.RequestKeepAlive = value
public abstract bool RequestKeepAlive { get; set; }
Property Value
Type: System.Boolean
true if the request keeps the connection to the server alive; otherwise, false.