ESRI.ArcGIS.ADF.Connection.Core
HTTPConnection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection.IMS Namespace : HTTPConnection Class




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

Object Model

HTTPConnection Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class HTTPConnection 
   Inherits IMSServerConnection
   Implements IServerConnection 
Visual Basic (Usage)Copy Code
Dim instance As HTTPConnection
C# 
[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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.