C# Class StorytellerDocGen.WebSocketsHandler

Inheritance: IDisposable
Datei anzeigen Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
Received Action

Public Methods

Method Description
Dispose ( ) : void
HandleSocket ( HttpContext http ) : Task
Send ( string text ) : Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HandleSocket() public method

public HandleSocket ( HttpContext http ) : Task
http HttpContext
return Task

Send() public method

public Send ( string text ) : Task
text string
return Task

Property Details

Received public_oe property

public Action Received
return Action