WebRequestExecutor.RequestKeepAlive - Propriété
Obtient un indicateur qui indique si la demande conserve la connexion au serveur actif.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public MustOverride Property RequestKeepAlive As Boolean
Get
Set
'Utilisation
Dim instance As WebRequestExecutor
Dim value As Boolean
value = instance.RequestKeepAlive
instance.RequestKeepAlive = value
public abstract bool RequestKeepAlive { get; set; }
Valeur de propriété
Type : System.Boolean
true si la demande conserve la connexion au serveur actif ; dans le cas contraire, false.