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.
Gets the HTTP Web request with the URL of the server to which the request was forwarded.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property WebRequest As HttpWebRequest
Get
'Usage
Dim instance As RequestForwarder
Dim value As HttpWebRequest
value = instance.WebRequest
public HttpWebRequest WebRequest { get; }
Property Value
Type: System.Net.HttpWebRequest
The HTTP Web request with the URL of the server to which the request was forwarded. The caller should set this property in order to establish the credentials to connect to the server.