RequestForwarder.Url property

Gets 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 Url As String
    Get
'Usage
Dim instance As RequestForwarder
Dim value As String

value = instance.Url
public string Url { get; }

Property value

Type: System.String
A URL of the server to which the request was forwarded.

See also

Reference

RequestForwarder class

RequestForwarder members

Microsoft.SharePoint.Client namespace