EmbeddedConnection Properties
The EmbeddedConnection type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanTimeout |
Whether or not the connection can time out.
|
|
Id |
The connection's numeric ID.
|
|
IsConnected |
Whether or not the connection is currently connected.
|
|
IsConnecting |
Whether or not the connection is currently in the process of connecting.
|
|
IsNotConnected |
Whether or not the connection is currently not trying to connect, pending, nor actively connected.
|
|
IsPending |
Whether or not the 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 |
The time (in milliseconds) after which to disconnect if no heartbeats are received.
|