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


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

AGSServerConnectionFactoryClass Class

A factory object for ArcGIS Server Connections.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IAGSServerConnectionFactory Provides access to members that create and open GIS server connections and supply server connection factory information.
IAGSServerConnectionFactory2 Provides access to members that create and open GIS server connections and supply server connection factory information.
IAGSServerConnectionFactory3 Provides access to members that create and open GIS server connections and supply server connection factory information.
ISetDefaultAgsConnectionInfo Provides access to user entered information for an ArcGIS Server Connection.

Remarks

An AGSServerConnectionFactory is a dispenser of AGSServerConnection objects and allows a client to connect to an ArcGIS Server either directly over a LAN or indirectly to a specified web service catalog. An AGSServerConnection represents a GIS server or web service catalog that containe one of more server objects. Types of server objects are MapServer and GeocodeServer. An AGSServerConnectionFactory maintains a pool of currently connected, active connections that are being referenced by the application. Connection properties are specified using a PropertySet object and can be saved to a connection file.

AGSServerConnectionFactory is the one and only instance of its class.

See Also

AGSServerConnection Class | GISServerConnection Class