Share via


ApplicationContext.ViaUrl Property

Gets the URL of another server that will forward the request to the SharePoint server.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property ViaUrl As String
    Get
'Usage
Dim instance As ApplicationContext
Dim value As String

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

Property Value

Type: System.String
The URL of another server that will forward the request to the SharePoint server.

Remarks

When the Silverlight application comes from another server and the application needs to access the SharePoint server data, the Silverlight application must send the request to another server first, due to a cross-domain SharePoint limitation. The ViaUrl is the service URL at the server hosting the Silverlight application that forwards the request to the SharePoint server.

See Also

Reference

ApplicationContext Class

ApplicationContext Members

Microsoft.SharePoint.Client Namespace