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




Abstract class for common functionality of a connection to an ArcIMS server.

Object Model

IMSServerConnection Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class IMSServerConnection 
   Implements IServerConnection 
Visual Basic (Usage)Copy Code
Dim instance As IMSServerConnection
C# 
[SerializableAttribute()]
public abstract class IMSServerConnection : IServerConnection  

Remarks

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.

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.