Метод | Описание | |
---|---|---|
Abort ( ) : void | ||
CloseAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
CloseOutputAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
Dispose ( ) : void | ||
OwinWebSocket ( object>.IDictionary |
||
ReceiveAsync ( ArraySegment |
||
SendAsync ( ArraySegment |
Метод | Описание | |
---|---|---|
EnumToOpCode ( WebSocketMessageType webSocketMessageType ) : int | ||
OpCodeToEnum ( int messageType ) : WebSocketMessageType |
public CloseAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
closeStatus | WebSocketCloseStatus | |
statusDescription | string | |
cancellationToken | ||
Результат | Task |
public CloseOutputAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
closeStatus | WebSocketCloseStatus | |
statusDescription | string | |
cancellationToken | ||
Результат | Task |
public OwinWebSocket ( object>.IDictionary |
||
env | object>.IDictionary | |
Результат | System |
public ReceiveAsync ( ArraySegment |
||
buffer | ArraySegment |
|
cancellationToken | ||
Результат | Task |
public SendAsync ( ArraySegment |
||
buffer | ArraySegment |
|
messageType | WebSocketMessageType | |
endOfMessage | bool | |
cancellationToken | ||
Результат | Task |