C# Class Fleck.WebSocketServer

Inheritance: IDisposable
Afficher le fichier Open project: statianzo/Fleck Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ListenForClients ( ) : void
OnClientConnect ( ISocket clientSocket ) : void
ParseIPAddress ( Uri uri ) : IPAddress

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( Action config ) : void
config Action
Résultat void

WebSocketServer() public méthode

public WebSocketServer ( int port, string location ) : System
port int
location string
Résultat System

WebSocketServer() public méthode

public WebSocketServer ( string location ) : System
location string
Résultat System