C# Class TheEyeTribeWebSocketServer.WebsocketServer

ファイルを表示 Open project: nulltask/the-eye-tribe-websocket-server Class Usage Examples

Public Methods

Method Description
Broadcast ( string message ) : void
Close ( ) : void
Start ( string prefix ) : void
WebsocketServer ( ) : System

Private Methods

Method Description
HandleRequest ( HttpListenerContext context ) : void

Method Details

Broadcast() public method

public Broadcast ( string message ) : void
message string
return void

Close() public method

public Close ( ) : void
return void

Start() public method

public Start ( string prefix ) : void
prefix string
return void

WebsocketServer() public method

public WebsocketServer ( ) : System
return System