ArcGIS Runtime SDK for WPF - Library Reference
FindServerInfo Method
See Also 
ESRI.ArcGIS.Client Namespace > IdentityManager Class : FindServerInfo Method

url
The URL that can be either the root path to the ArcGIS server (e.g http://serverapps10.esri.com/ArcGIS) or any subpath of this root (e.g http://serverapps10.esri.com/ArcGIS/rest/services/California/MapServer)
Returns information about the server that is hosting the specified url.

Syntax

Visual Basic (Declaration) 
Public Function FindServerInfo( _
   ByVal url As String _
) As IdentityManager.ServerInfo
C# 
public IdentityManager.ServerInfo FindServerInfo( 
   string url
)

Parameters

url
The URL that can be either the root path to the ArcGIS server (e.g http://serverapps10.esri.com/ArcGIS) or any subpath of this root (e.g http://serverapps10.esri.com/ArcGIS/rest/services/California/MapServer)

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.