C# Class Fleck.WebSocketServer

Inheritance: IDisposable
Exibir arquivo Open project: statianzo/Fleck Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Start ( Action config ) : void
WebSocketServer ( int port, string location ) : System
WebSocketServer ( string location ) : System

Private Methods

Method Description
ListenForClients ( ) : void
OnClientConnect ( ISocket clientSocket ) : void
ParseIPAddress ( Uri uri ) : IPAddress

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( Action config ) : void
config Action
return void

WebSocketServer() public method

public WebSocketServer ( int port, string location ) : System
port int
location string
return System

WebSocketServer() public method

public WebSocketServer ( string location ) : System
location string
return System