Share via


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