C# Class UlteriusServer.WebSocketAPI.WebSocketEventListener

Inheritance: IDisposable
Afficher le fichier Open project: Ulterius/server Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void
WebSocketEventListener ( List endpoints ) : System
WebSocketEventListener ( List endpoints, vtortola.WebSockets.WebSocketListenerOptions options ) : System

Private Methods

Méthode Description
HandleListners ( WebSocketListener listener ) : Task
HandleWebSocketAsync ( WebSocket websocket ) : Task
ListenAsync ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WebSocketEventListener() public méthode

public WebSocketEventListener ( List endpoints ) : System
endpoints List
Résultat System

WebSocketEventListener() public méthode

public WebSocketEventListener ( List endpoints, vtortola.WebSockets.WebSocketListenerOptions options ) : System
endpoints List
options vtortola.WebSockets.WebSocketListenerOptions
Résultat System