This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Classes > A > AGSServerConnectionFactory CoClass (ArcObjects .NET 10.5 SDK) |
A factory object for ArcGIS Server Connections.
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. |
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.