![]() |
MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
|
Public Member Functions | |
| void | SendMessage (WebsocketHandler websocketHandler, string message) |
Public Member Functions inherited from MTSC.Common.WebSockets.ClientModules.IWebsocketModule | |
| void | ConnectionInitialized (Client.Client client, WebsocketHandler handler) |
| Called when a new websocket connection has been initialized. More... | |
| bool | HandleReceivedMessage (Client.Client client, WebsocketHandler handler, WebsocketMessage messageBytes) |
| Handle received message. More... | |
| void | ConnectionClosed (Client.Client client, WebsocketHandler handler) |
| Called when an existing websocket connection is being closed. More... | |
Definition at line 10 of file ChatModule.cs.