com.onlineobject.objectnet Namespace

EmbeddedServer Properties

The EmbeddedServer type exposes the following members.

Properties


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