ESRI.ArcGIS.ADF.Connection | |
IMSServerConnection Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Connection.IMS Namespace : IMSServerConnection Class |
Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("The assembly containing this class is obsolete. Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")> <SerializableAttribute()> Public MustInherit Class IMSServerConnection Implements IServerConnection |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IMSServerConnection |
C# | |
---|---|
[ObsoleteAttribute("The assembly containing this class is obsolete. Reference the ESRI.ArcGIS.ADF.Connection.Core assembly instead.")] [SerializableAttribute()] public abstract class IMSServerConnection : IServerConnection |
An IMS server connection is used to communicate with an ArcIMS server without going through a Map control or other ESRI Web ADF controls. Use one of the derived classes to actually create a connection:
- TCPConnection - for connecting over a local network using a TCP/IP connection.
- HTTPConnection - for connecting over the Internet using an HTTP connection.
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