RelayTransportClient Methods
The RelayTransportClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
Configure |
Configures the transport client with the specified callbacks.
|
|
Connect |
Initiates a connection using the underlying transport mechanism.
|
|
Destroy |
Destroys the transport client, cleaning up any resources.
|
|
GetIdleTimeout |
Retrieves the idle timeout value for the transport client.
|
|
GetIp |
Retrieves the IP address used by the transport client.
|
|
GetPort |
Retrieves the port number used by the transport client.
|
|
Initialize |
Initializes the transport client, preparing it for operation.
|
|
IsConnected |
Checks if the transport client is currently connected.
|
|
OnClientConnected |
Handles the event when a client connects to the transport.
|
|
OnClientDisconnected |
Handles the event when a client disconnects from the transport.
|
|
OnMessageReceived |
Handles the event when a message is received from a client.
|
|
Process |
Processes any pending operations for the transport client.
|
|
Send |
Sends data to the connected transport using the specified delivery mode.
|
|
SetIdleTimeout |
Sets the idle timeout for the transport client.
|
|
SetIp |
Sets the IP address for the transport client.
|
|
SetPort |
Sets the port number for the transport client.
|