IWebSocket Interface |
Namespace: FM.IceLink
The IWebSocket type exposes the following members.
Name | Description | |
---|---|---|
BufferedAmount |
Gets the number of bytes buffered in the send queue.
| |
IsOpen |
Gets a value indicating whether the WebSocket is connected.
| |
Secure |
Gets a value indicating whether the WebSocket is secure.
|
Name | Description | |
---|---|---|
Close |
Closes the WebSocket connection.
| |
Close(WebSocketCloseArgs) |
Closes the WebSocket connection.
| |
Open |
Opens the WebSocket connection.
| |
Send |
Sends a message to the WebSocket server.
|