MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Common.WebSockets.ClientModules.ChatModule Class Reference
Inheritance diagram for MTSC.Common.WebSockets.ClientModules.ChatModule:
MTSC.Common.WebSockets.ClientModules.IWebsocketModule

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...
 

Detailed Description

Definition at line 10 of file ChatModule.cs.


The documentation for this class was generated from the following file: