The ESRI.ArcGIS.ADF.Connection assembly contains .NET classes used to establish connections with ArcGIS Server and ArcIMS services. This assembly also provides a set of classes to manage failover and round-robin properties of a connection. This assembly is available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Namespaces
Namespace | Description |
ESRI.ArcGIS.ADF.Connection | The ESRI.ArcGIS.ADF.Connection namespace contains interfaces, enumerations and classes that provide common functionality for all types of connections to servers in the Web ADF. For instance, the ConnectionManager class manages the ServerConnections for the ADF. If configured appropriately, the ConnectionManager will accommodate both failover and round-robin scenarios. If none are specified, it will hand out ServerConnections as configured by the Web ADF resource manager controls. |
ESRI.ArcGIS.ADF.Connection.AGS | The ESRI.ArcGIS.ADF.Connection.AGS namespace provides classes for managing local (LAN) connections to an ArcGIS Server service where the client has access to the Server Object Manager (SOM). The ADF.Connection.AGS namespace contains three classes designed specifically for managing connections to ArcGIS Server. These classes include AGSServerConnection (connection to the SOM), AGSServerConnectionFactory (factory to create a new connection), and ServerObjectName (information about an AGS Server service. |
ESRI.ArcGIS.ADF.Connection.IMS | The ESRI.ArcGIS.ADF.Connection.IMS namespace provides classes and enumerations for managing connections to ArcIMS services. This namespace includes classes for managing HTTP connections (HTTPConnection) and TCP connections (TCPConnection). |
ESRI.ArcGIS.ADF.Connection.IMS.XML | The ESRI.ArcGIS.ADF.Connection.IMS.XML namespace contains utility classes that handle XML (ArcXML) requests for ArcIMS connections. |