Method | Description | |
---|---|---|
Abort ( ) : void | ||
ClientWebSocket ( ) | ||
ClientWebSocket ( ) : System.Diagnostics | ||
CloseAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
CloseAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
CloseOutputAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
CloseOutputAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
ConnectAsync ( System uri, System cancellationToken ) : System.Threading.Tasks.Task | ||
ConnectAsync ( Uri uri, |
||
Dispose ( ) : void | ||
ReceiveAsync ( System |
||
ReceiveAsync ( ArraySegment |
||
SendAsync ( System |
||
SendAsync ( ArraySegment |
Method | Description | |
---|---|---|
ConnectAsyncCore ( Uri uri, |
||
ThrowIfInvalidState ( WebSocketState currentState, bool isDisposed, WebSocketState validStates ) : void | ||
ThrowIfNotConnected ( ) : void |
public ClientWebSocket ( ) : System.Diagnostics | ||
return | System.Diagnostics |
public CloseAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
closeStatus | System | |
statusDescription | string | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public CloseAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
closeStatus | WebSocketCloseStatus | |
statusDescription | string | |
cancellationToken | ||
return | Task |
public CloseOutputAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
closeStatus | System | |
statusDescription | string | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public CloseOutputAsync ( WebSocketCloseStatus closeStatus, string statusDescription, |
||
closeStatus | WebSocketCloseStatus | |
statusDescription | string | |
cancellationToken | ||
return | Task |
public ConnectAsync ( System uri, System cancellationToken ) : System.Threading.Tasks.Task | ||
uri | System | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public ConnectAsync ( Uri uri, |
||
uri | Uri | |
cancellationToken | ||
return | Task |
public ReceiveAsync ( System |
||
buffer | System |
|
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public ReceiveAsync ( ArraySegment |
||
buffer | ArraySegment |
|
cancellationToken | ||
return | Task |
public SendAsync ( System |
||
buffer | System |
|
messageType | System | |
endOfMessage | bool | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public SendAsync ( ArraySegment |
||
buffer | ArraySegment |
|
messageType | WebSocketMessageType | |
endOfMessage | bool | |
cancellationToken | ||
return | Task |