ESRI.ArcGIS.ADF.Connection.Core
Scheme Enumeration
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection.IMS Namespace : Scheme Enumeration




Defines the ways to connect with the ArcIMS Application Server.

Syntax

Visual Basic (Declaration) 
Public Enum Scheme 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Scheme
C# 
public enum Scheme : Enum 

Members

MemberDescription
HTTP Uses an HTTP URI to connect with the ArcIMS Application Server.
HTTPS Uses an HTTPS URI to connect with the ArcIMS Application Server.
TCP Uses a TCP/IP connection with the ArcIMS Application Server.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Connection.IMS.Scheme

See Also

© 2010 All Rights Reserved.