Share via


RequestForwarder.WebRequest property

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.

See also

Reference

RequestForwarder class

RequestForwarder members

Microsoft.SharePoint.Client namespace