C# Class HttpListenerWebSocketEcho.Server

ファイルを表示 Open project: paulbatum/WebSocket-Samples Class Usage Examples

Public Methods

Method Description
Start ( string listenerPrefix ) : void

Private Methods

Method Description
ProcessRequest ( HttpListenerContext listenerContext ) : void

Method Details

Start() public method

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