Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
StorytellerDocGen
WebSocketsHandler
C# Class StorytellerDocGen.WebSocketsHandler
Inheritance:
IDisposable
Show file
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 property
public
Action
Received
return
Action