Subscriber portal
Aborts the connection and cancels any pending IO operations.(Overrides WebSocket::Abort().)
Close the ClientWebSocket instance as an asynchronous operation.(Overrides WebSocket::CloseAsync(WebSocketCloseStatus, String^, CancellationToken).)
Close the output for the ClientWebSocket instance as an asynchronous operation.(Overrides WebSocket::CloseOutputAsync(WebSocketCloseStatus, String^, CancellationToken).)
Connect to a WebSocket server as an asynchronous operation.
Releases the unmanaged resources used by the ClientWebSocket instance.(Overrides WebSocket::Dispose().)
Determines whether the specified object is equal to the current object.(Inherited from Object.)
Serves as the default hash function. (Inherited from Object.)
Gets the Type of the current instance.(Inherited from Object.)
Receive data on ClientWebSocket as an asynchronous operation.(Overrides WebSocket::ReceiveAsync(ArraySegment<Byte>, CancellationToken).)
Send data on ClientWebSocket as an asynchronous operation.(Overrides WebSocket::SendAsync(ArraySegment<Byte>, WebSocketMessageType, Boolean, CancellationToken).)
Returns a string that represents the current object.(Inherited from Object.)
ClientWebSocket ClassSystem.Net.WebSockets Namespace