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