EmbeddedServer Properties
The EmbeddedServer type exposes the following members.
Properties
Name | Description | |
---|---|---|
BroadcastDisconnection |
Whether or not the server is currently running.
|
|
ClientCount |
The number of currently connected clients.
|
|
Clients |
An array of all the currently connected clients.
|
|
IsRunning |
Whether or not the server is currently running.
|
|
MaxClientCount |
The maximum number of concurrent connections.
|
|
Port |
The local port that the server is running on.
|
|
TimeoutTime |
Sets the default timeout time for future connections and updates the TimeoutTime of all connected clients.
|