Click or drag to resize

ServerBase Properties

The ServerBase type exposes the following members.

Properties
  Name Description
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event.
(Inherited from Component)
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 Container Gets the IContainer that contains the Component.
(Inherited from Component)
Public property CurrentState Gets the current ServerState.
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public property Enabled Gets or sets a boolean value that indicates whether the server is currently enabled.
Protected property Events Gets the list of event handlers that are attached to this Component.
(Inherited from Component)
Protected property Initialized Gets a boolean value that indicates whether the server has been initialized.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property MaxClientConnections Gets or sets the maximum number of clients that can connect to the server.
Public property Name Gets the unique identifier of the server.
Public property PersistSettings Gets or sets a boolean value that indicates whether the server settings are to be saved to the config file.
Protected property ReadIndicies Gets current read indices for received data buffers incremented at each Read(Guid, Byte, Int32, Int32) call.
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 server for sending data to the clients.
Public property ServerID Gets the server's ID.
Public property SettingsCategory Gets or sets the category under which the server settings are to be saved to the config file if the PersistSettings property is set to true.
Public property Site Gets or sets the ISite of the Component.
(Inherited from Component)
Public property Status Gets the descriptive status of the server.
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