This document is archived and information here might be outdated.  Recommended version.


AGSServerConnectionName Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Classes > A > AGSServerConnectionName Class
ArcGIS Developer Help

AGSServerConnectionNameClass Class

A name object for ArcGIS Server Connections.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IAGSServerConnectionName Provides access to members that supply GIS server connection name information.
IAGSServerConnectionName2 Provides access to members that supply GIS server connection name information.
IName (esriSystem) Provides access to members that work with Name objects.
IPersistStream (esriSystem)

Remarks

The name object for an AGSServerConnection. The AGSServerConnectionName for an AGSServerConnection can be persisted, for example, in a map document. An application can call the Open method on the AGSServerConnectionName after loading it from persistent storage in order to connect to and get an object reference to the GIS server or web service catalog.

See Also

AGSServerConnection Class