EmbeddedClient Methods
The EmbeddedClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
ChangeTransport |
Disconnects the client if it's connected and swaps out the transport it's using.
|
|
Connect |
Attempts to connect to a server at the given host address.
|
|
Disconnect |
Disconnects from the server.
|
|
Send |
Sends a message to the server.
|
|
Update |
Handles any received messages and invokes any delayed events which need to be invoked.
|