IGISServer Interface

Provides access to members that manage the collection of IGISServer objects.

Members

Name Description
Read/write property Alias The alias used to designate this server.
Read/write property ConnectionType The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver).
Read/write property MaxRequestLength The maximum length of a SOAP or Binary request that can be sent to this server.
Read/write property MessageFormat The format, SOAP/Binary or both, of messages that are to be sent to the server.
Read/write property ServerInfos Returns the collection of ServerInfo objects (SOMs) associated with this server.

IGISServer.Alias Property

The alias used to designate this server.

Public Property Alias As String
public string Alias {get; set;}

IGISServer.ConnectionType Property

The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver).

Public Property ConnectionType As esriServerConnectionType
public esriServerConnectionType ConnectionType {get; set;}

IGISServer.MaxRequestLength Property

The maximum length of a SOAP or Binary request that can be sent to this server.

Public Property MaxRequestLength As Integer
public int MaxRequestLength {get; set;}

IGISServer.MessageFormat Property

The format, SOAP/Binary or both, of messages that are to be sent to the server.

Public Property MessageFormat As esriServiceCatalogMessageFormat
public esriServiceCatalogMessageFormat MessageFormat {get; set;}

IGISServer.ServerInfos Property

Returns the collection of ServerInfo objects (SOMs) associated with this server.

Public Property ServerInfos As IServerInfos
public IServerInfos ServerInfos {get; set;}

Classes that implement IGISServer

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.