Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property WebRequest As HttpWebRequest
Get
'Usage
Dim instance As WebRequestEventArgs
Dim value As HttpWebRequest
value = instance.WebRequest
public HttpWebRequest WebRequest { get; }
Property Value
Type: System.Net.HttpWebRequest