ESRI.ArcGIS.ADF.Connection.Local
GetExtensionsForServerObject(ServerObjectName) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection.AGS Namespace > AGSServerConnection Class > GetExtensionsForServerObject Method : GetExtensionsForServerObject(ServerObjectName) Method




sonm
ServerObjectName object.
Return a collection of the names of the extensions associated with a service.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetExtensionsForServerObject( _
   ByVal sonm As ServerObjectName _
) As StringCollection
Visual Basic (Usage)Copy Code
Dim instance As AGSServerConnection
Dim sonm As ServerObjectName
Dim value As StringCollection
 
value = instance.GetExtensionsForServerObject(sonm)
C# 
public StringCollection GetExtensionsForServerObject( 
   ServerObjectName sonm
)

Parameters

sonm
ServerObjectName object.

Return Value

System.Collections.Specialized.StringCollection of extensions available for the server object.

Remarks

The extensions for a service may include:

  • KmlServer - KML service
  • MobileServer - Mobile data service
  • NAServer - Network Analyst service
  • WMSServer - OGC Web Mapping Service
  • WFSServer - OGC Web Feature Service

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.