EmbeddedClient Properties
The EmbeddedClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
Connection |
The client's connection to a server.
|
|
Id |
The client's numeric ID.
|
|
IsConnected |
Whether or not the client is currently connected.
|
|
IsConnecting |
Whether or not the client is currently in the process of connecting.
|
|
IsNotConnected |
Whether or not the client is currently not trying to connect, pending, nor actively connected.
|
|
IsPending |
Whether or not the client's connection is currently pending (waiting to be accepted/rejected by the server).
|
|
RTT |
The round trip time (ping) of the connection, in milliseconds. -1 if not calculated yet.
|
|
SmoothRTT |
The smoothed round trip time (ping) of the connection, in milliseconds. -1 if not calculated yet.
|
|
TimeoutTime |
Sets the client's TimeoutTime.
|