Method | Description | |
---|---|---|
CloseBuffer ( WebSocketCloseStatus status, string description ) : byte[] | ||
OpenAsync ( ) : Task | ||
OpenSessionAsync ( ) : Task | ||
Receiver ( HttpContext context, ReceiverType type, int maxResponseLength, string htmlFileCallback ) : System | ||
SendCloseAsync ( byte buffer, CancellationToken cancellationToken ) : Task | ||
SendHeartBeatAsync ( ) : Task | ||
SendMessagesAsync ( List |
Method | Description | |
---|---|---|
Receiver ( ) : System | ||
SendRawAsync ( RawSendType type, ArraySegment |
||
SendRawAsync ( RawSendType type, byte buffer, CancellationToken cancellationToken ) : Task |
public static CloseBuffer ( WebSocketCloseStatus status, string description ) : byte[] | ||
status | WebSocketCloseStatus | |
description | string | |
return | byte[] |
public Receiver ( HttpContext context, ReceiverType type, int maxResponseLength, string htmlFileCallback ) : System | ||
context | HttpContext | |
type | ReceiverType | |
maxResponseLength | int | |
htmlFileCallback | string | |
return | System |
public SendCloseAsync ( byte buffer, CancellationToken cancellationToken ) : Task | ||
buffer | byte | |
cancellationToken | CancellationToken | |
return | Task |
public SendMessagesAsync ( List |
||
sends | List |
|
return | Task |