MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Server.Handlers Namespace Reference

Classes

class  BroadcastHandler
 Broadcast handler. More...
 
class  EncryptionHandler
 Handler that encrypts the communication. More...
 
class  HttpHandler
 Handler for handling server http requests. More...
 
interface  IHandler
 Interface for communication handlers. More...
 
class  WebsocketHandler