Click or drag to resize

WebSocket Class

Implementation of the WebSocket protocol v8.
Inheritance Hierarchy

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

The WebSocket type exposes the following members.

Constructors
  NameDescription
Public methodWebSocket(String)
Creates a new WebSocket.
Public methodWebSocket(String, String)
Creates a new WebSocket.
Top
Properties
  NameDescription
Public propertyBufferedAmount
Gets the number of bytes buffered in the send queue.
Public propertyStatic memberExists
Gets a value indicating whether WebSocket support exists on this platform.
Public propertyIsOpen
Gets a value indicating whether the WebSocket is connected.
Public propertyProtocol
Gets the WebSocket protocol.
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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen
Opens the WebSocket connection.
Protected methodRaiseCloseComplete
Raises the close complete callback.
(Inherited from WebSocketBase.)
Protected methodRaiseOpenFailure
Raises the open failure callback.
(Inherited from WebSocketBase.)
Protected methodRaiseOpenSuccess
Raises the open success callback.
(Inherited from WebSocketBase.)
Protected methodRaiseReceive
Raises the receive callback.
(Inherited from WebSocketBase.)
Protected methodRaiseStreamFailure
Raises the stream failure callback.
(Inherited from WebSocketBase.)
Public methodSend
Sends a message to the WebSocket server.
Public methodToString (Inherited from Object.)
Top
See Also