IGISServer Interface
Provides access to members that manage the collection of IGISServer objects.
Members
Name | Description | |
---|---|---|
![]() |
Alias | The alias used to designate this server. |
![]() |
ConnectionType | The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver). |
![]() |
MaxRequestLength | The maximum length of a SOAP or Binary request that can be sent to this server. |
![]() |
MessageFormat | The format, SOAP/Binary or both, of messages that are to be sent to the server. |
![]() |
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 |
---|