Share via


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.

See also

Reference

WebRequestExecutor class

WebRequestExecutor members

Microsoft.SharePoint.Client namespace