ESRI.ArcGIS.ADF.Connection | |
HTTPConnection Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Connection.IMS Namespace : HTTPConnection Class |
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 |
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.
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