C# Class Common.Shared.Websockets.WebSocketApp

Inheritance: IDisposable
Show file Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Init ( ) : void
StartAsync ( Func processActionAsync ) : Task
WebSocketApp ( string address ) : System

Private Methods

Method Description
DispatchConnectedContext ( HttpListenerContext context, Func processActionAsync ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( ) : void
return void

StartAsync() public method

public StartAsync ( Func processActionAsync ) : Task
processActionAsync Func
return Task

WebSocketApp() public method

public WebSocketApp ( string address ) : System
address string
return System