EmbeddedServer Events
The EmbeddedServer type exposes the following members.
Events
Name | Description | |
---|---|---|
ClientConnected |
Invoked when a client connects.
|
|
ClientDisconnected |
Invoked when a client disconnects.
|
|
ConnectionFailed |
Invoked when a connection fails to be fully established.
|
|
MessageReceived |
Invoked when a message is received.
|