ESRI.ArcGIS.ADF.Connection
HTTPConnection Class
Members  See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection.IMS Namespace : HTTPConnection Class




Class used to send requests and responses via HTTP to an ArcIMS server.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")>
<SerializableAttribute()>
Public Class HTTPConnection 
   Inherits IMSServerConnection
   Implements IServerConnection 
Visual Basic (Usage)Copy Code
Dim instance As HTTPConnection
C# 
[ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")]
[SerializableAttribute()]
public class HTTPConnection : IMSServerConnection, IServerConnection  

Remarks

This type of server connection uses an HTTP connection to communicate with the ArcIMS server. Since it uses standard HTTP port (usually 80), it can communicate over the Internet. It communicates via the ArcIMS Servlet Connector. Therefore the ArcIMS Servlet Connector must be available on the remote server and must be communicating to its ArcIMS Application Server in order to send requests.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Connection.IMS.IMSServerConnection
      ESRI.ArcGIS.ADF.Connection.IMS.HTTPConnection

See Also

© 2010 All Rights Reserved.