WebRequestExecutor.RequestKeepAlive 属性

Gets a flag that indicates whether the request keeps the connection to the server alive.

命名空间:  Microsoft.SharePoint.Client
程序集:  Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)

语法

声明
Public MustOverride Property RequestKeepAlive As Boolean
    Get
    Set
用法
Dim instance As WebRequestExecutor
Dim value As Boolean

value = instance.RequestKeepAlive

instance.RequestKeepAlive = value
public abstract bool RequestKeepAlive { get; set; }

属性值

类型:System.Boolean
true if the request keeps the connection to the server alive; otherwise, false.

另请参阅

引用

WebRequestExecutor 类

WebRequestExecutor 成员

Microsoft.SharePoint.Client 命名空间