| ClientIDs | Gets the IDs of clients connected to the server. |
| ConfigurationString | Gets or sets the data required by the server to initialize. |
| CurrentState | Gets the current ServerState. |
| Enabled | Gets or sets a boolean value that indicates whether the server is currently enabled. |
| Initialized | Gets a boolean value that indicates whether the server has been initialized. |
| IsDisposed | Gets a flag that indicates whether the object has been disposed. |
| MaxClientConnections | Gets or sets the maximum number of clients that can connect to the server. |
| Name | Gets or sets the unique identifier of the server. |
| ReadIndicies | Gets current read indices for received data buffers incremented at each Read(Guid, Byte, Int32, Int32) call. |
| ReceiveBufferSize | Gets or sets the size of the buffer used by the server for receiving data from the clients. |
| RunTime | Gets the Time for which the server has been running. |
| SendBufferSize | Gets or sets the size of the buffer used by the server for sending data to the clients. |
| ServerID | Gets the server's ID. |
| Status | Gets the descriptive status of the server. |
| TextEncoding | Gets or sets the Encoding to be used for the text sent to the connected clients. |
| TransportProtocol | Gets the TransportProtocol used by the server for the transportation of data with the clients. |