Method | Description | |
---|---|---|
Abort ( ) : void | ||
CloseAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
CloseOutputAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
Dispose ( ) : void | ||
ReceiveAsync ( ArraySegment |
||
SendAsync ( ArraySegment |
||
SessionWebSocket ( |
Method | Description | |
---|---|---|
NewDisposedException ( ) : |
||
ThrowIfDisposed ( ) : void | ||
ThrowIfInputClosed ( ) : void | ||
ThrowIfOutputClosed ( ) : void | ||
ValidateSegment ( ArraySegment |
public CloseAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
closeStatus | WebSocketCloseStatus | |
statusDescription | string | |
cancellationToken | ||
return | Task |
public CloseOutputAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
closeStatus | WebSocketCloseStatus | |
statusDescription | string | |
cancellationToken | ||
return | Task |
public ReceiveAsync ( ArraySegment |
||
buffer | ArraySegment |
|
cancellationToken | ||
return | Task |
public SendAsync ( ArraySegment |
||
buffer | ArraySegment |
|
messageType | WebSocketMessageType | |
endOfMessage | bool | |
cancellationToken | ||
return | Task |
public SessionWebSocket ( |
||
session | ||
return | System |