ArcGIS Runtime SDK for WPF - Library Reference
ServerUrl Property
See Also 
ESRI.ArcGIS.Client Namespace > IdentityManager.ServerInfo Class : ServerUrl Property

Gets or sets the server URL Most generally the URL uses the following format : scheme://<arcgis portal url> or scheme://host[:port]/<path to arcgis instance> In case of unique server instance for the a domain, the URL can also be given in the following format : scheme://host[:port]. All subpaths of this URL will use the same token rest end point.

Syntax

Visual Basic (Declaration) 
Public Property ServerUrl As String
C# 
public string ServerUrl {get; set;}

Remarks

In case of unique server instance for the a domain, the URL can also be given in the following format : scheme://host[:port]. All subpaths of this URL will use the same token rest end point.

Property Value

The server URL.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.