WebSocket Class |
Namespace: FM.IceLink
The WebSocket type exposes the following members.
Name | Description | |
---|---|---|
WebSocket(String) |
Creates a new WebSocket.
| |
WebSocket(String, String) |
Creates a new WebSocket.
|
Name | Description | |
---|---|---|
BufferedAmount |
Gets the number of bytes buffered in the send queue.
| |
Exists |
Gets a value indicating whether WebSocket support exists on this platform.
| |
IsOpen |
Gets a value indicating whether the WebSocket is connected.
| |
Protocol |
Gets the WebSocket protocol.
| |
Secure |
Gets a value indicating whether the WebSocket is secure.
|
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.) |