Click or drag to resize

IServer Properties

The IServer type exposes the following members.

Properties
  Name Description
Public property ClientIDs Gets the IDs of clients connected to the server.
Public property ConfigurationString Gets or sets the data required by the server to initialize.
Public property CurrentState Gets the current ServerState.
Public property Enabled Gets or sets a boolean value that indicates whether the object is enabled.
(Inherited from ISupportLifecycle)
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
(Inherited from ISupportLifecycle)
Public property MaxClientConnections Gets or sets the maximum number of clients that can connect to the server.
Public property Name Gets the name of the object providing status information.
(Inherited from IProvideStatus)
Public property ReceiveBufferSize Gets or sets the size of the buffer used by the server for receiving data from the clients.
Public property RunTime Gets the Time for which the server has been running.
Public property SendBufferSize Gets or sets the size of the buffer used by the client for receiving data from the server.
Public property ServerID Gets the server's ID.
Public property Status Gets the current status details about object providing status information.
(Inherited from IProvideStatus)
Public property TextEncoding Gets or sets the Encoding to be used for the text sent to the connected clients.
Public property TransportProtocol Gets the TransportProtocol used by the server for the transportation of data with the clients.
Top
See Also