EmbeddedConnection Members
The EmbeddedConnection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ResetTimeout |
Resets the connection's timeout time.
|
![]() |
SendNotify |
Sends a notify message.
|
Fields
Name | Description | |
---|---|---|
![]() |
NotifyDelivered |
Invoked when the notify message with the given sequence ID is successfully delivered.
|
![]() |
NotifyLost |
Invoked when the notify message with the given sequence ID is lost.
|
![]() |
NotifyReceived |
Invoked when a notify message is received.
|
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.
|