Definition at line 9 of file IWebsocketModule.cs.
◆ ConnectionClosed()
Called when a connection has been closed.
- Parameters
-
| server | Server object. |
| handler | Handler currently processing. |
| client | Client object. |
◆ ConnectionInitialized()
Called when a connection has been initialized.
- Parameters
-
| server | Server object. |
| handler | Handler currently processing. |
| client | Client object. |
◆ HandleReceivedMessage()
Handle a received message.
- Parameters
-
| handler | Handler that currently processes the message. |
| messageBytes | Bytes of the message. |
| client | Client data. |
- Returns
- True if no other module should process the message.
The documentation for this interface was generated from the following file: