ArcGIS Runtime SDK for WPF - Library Reference
Url Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalServer Class : Url Property

Returns the URL to the services directory on the LocalServer when the LocalServer is running.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Url As String
C# 
public static string Url {get;}

Remarks

The URL property can be useful for determining the contents of local services. The services directory URL is specific to a running instance of the LocalServer because part of the URL comprises a GUID generated upon LocalServer initialization.

Property Value

Returns a string containing URL for the REST services directory on the LocalServer.

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.