com.onlineobject.objectnet Namespace

TransportEmbedded Methods

The TransportEmbedded type exposes the following members.

Methods


  Name Description
Public method Configure
Configures the transport with the specified actions for client connection, disconnection, and message reception.
Public method Connect
Attempts to establish a connection using the transport mechanism.
Public method Destroy
Destroys the transport mechanism.
Public method GetIdleTimeout
Gets the idle timeout duration.
Public method GetIp
Gets the IP address for the transport connection.
Public method GetPort
Gets the port number for the transport connection.
Public method Initialize
Initializes the transport mechanism.
Public method IsConnected
Checks if the transport is currently connected.
Public method OnClientConnected
Invokes the client connected action.
Public method OnClientDisconnected
Invokes the client disconnected action.
Public method OnMessageReceived
Invokes the message received action.
Public method Process
Processes any pending transport tasks.
Public method Send
Sends data using the specified delivery mode.
Public method SetIdleTimeout
Sets the idle timeout duration.
Public method SetIp
Sets the IP address for the transport connection.
Public method SetPort
Sets the port number for the transport connection.