Click or drag to resize

IWebSocket Interface

Contract for an implementation of the WebSocket protocol v8.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IWebSocket type exposes the following members.

Properties
  NameDescription
Public propertyBufferedAmount
Gets the number of bytes buffered in the send queue.
Public propertyIsOpen
Gets a value indicating whether the WebSocket is connected.
Public propertySecure
Gets a value indicating whether the WebSocket is secure.
Top
Methods
  NameDescription
Public methodClose
Closes the WebSocket connection.
Public methodClose(WebSocketCloseArgs)
Closes the WebSocket connection.
Public methodOpen
Opens the WebSocket connection.
Public methodSend
Sends a message to the WebSocket server.
Top
See Also