com.onlineobject.objectnet Namespace

EmbeddedClient Properties

The EmbeddedClient type exposes the following members.

Properties


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