WebSocket Methods |
The WebSocket type exposes the following members.
Name | Description | |
---|---|---|
Close |
Closes the WebSocket connection.
| |
Close(WebSocketCloseArgs) |
Closes the WebSocket connection.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Open |
Opens the WebSocket connection.
| |
RaiseCloseComplete |
Raises the close complete callback.
(Inherited from WebSocketBase.) | |
RaiseOpenFailure |
Raises the open failure callback.
(Inherited from WebSocketBase.) | |
RaiseOpenSuccess |
Raises the open success callback.
(Inherited from WebSocketBase.) | |
RaiseReceive |
Raises the receive callback.
(Inherited from WebSocketBase.) | |
RaiseStreamFailure |
Raises the stream failure callback.
(Inherited from WebSocketBase.) | |
Send |
Sends a message to the WebSocket server.
| |
ToString | (Inherited from Object.) |