Метод | Описание | |
---|---|---|
ReceiveBinaryAsync ( this webSocket, |
||
ReceiveCloseAsync ( this webSocket, |
||
ReceiveTextAsync ( this webSocket, |
||
SendAsync ( this webSocket, ArraySegment |
||
SendAsync ( this webSocket, string message, |
||
SendAsync ( this |
||
SendCloseAsync ( this webSocket, WebSocketCloseStatus closeStatus, |
||
SendCloseAsync ( this webSocket, WebSocketCloseStatus closeStatus = WebSocketCloseStatus.NormalClosure, string statusDescription = null, |
public static ReceiveBinaryAsync ( this webSocket, |
||
webSocket | this | |
cancellationToken | ||
Результат | Task |
public static ReceiveCloseAsync ( this webSocket, |
||
webSocket | this | |
cancellationToken | ||
Результат | Task |
public static ReceiveTextAsync ( this webSocket, |
||
webSocket | this | |
cancellationToken | ||
Результат | Task |
public static SendAsync ( this webSocket, ArraySegment |
||
webSocket | this | |
message | ArraySegment |
|
cancellationToken | ||
Результат | Task |
public static SendAsync ( this webSocket, string message, |
||
webSocket | this | |
message | string | |
cancellationToken | ||
Результат | Task |
public static SendAsync ( this |
||
webSockets | this |
|
message | string | |
cancellationToken | ||
Результат | Task[] |
public static SendCloseAsync ( this webSocket, WebSocketCloseStatus closeStatus, |
||
webSocket | this | |
closeStatus | WebSocketCloseStatus | |
cancellationToken | ||
Результат | Task |
public static SendCloseAsync ( this webSocket, WebSocketCloseStatus closeStatus = WebSocketCloseStatus.NormalClosure, string statusDescription = null, |
||
webSocket | this | |
closeStatus | WebSocketCloseStatus | |
statusDescription | string | |
cancellationToken | ||
Результат | Task |