C# Class StorytellerDocGen.WebSocketsHandler

Inheritance: IDisposable
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
Received Action

Méthodes publiques

Méthode Description
Dispose ( ) : void
HandleSocket ( HttpContext http ) : Task
Send ( string text ) : Task

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HandleSocket() public méthode

public HandleSocket ( HttpContext http ) : Task
http HttpContext
Résultat Task

Send() public méthode

public Send ( string text ) : Task
text string
Résultat Task

Property Details

Received public_oe property

public Action Received
Résultat Action