EmbeddedClient Events
The EmbeddedClient type exposes the following members.
Events
Name | Description | |
---|---|---|
ClientConnected |
Invoked when another non-local client connects.
|
|
ClientDisconnected |
Invoked when another non-local client disconnects.
|
|
Connected |
Invoked when a connection to the server is established.
|
|
ConnectionFailed |
Invoked when a connection to the server fails to be established.
|
|
Disconnected |
Invoked when disconnected from the server.
|
|
MessageReceived |
Invoked when a message is received.
|