ClientRequest.WebRequest - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property WebRequest As HttpWebRequest
Get
'Utilisation
Dim instance As ClientRequest
Dim value As HttpWebRequest
value = instance.WebRequest
public HttpWebRequest WebRequest { get; }
Valeur de propriété
Type : System.Net.HttpWebRequest