Click or drag to resize

WebSocketBase Class

WebSocket base properties/methods.
Inheritance Hierarchy

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

The WebSocketBase type exposes the following members.

Constructors
  NameDescription
Public methodWebSocketBase
Initializes a new instance of the WebSocketBase class
Top
Methods
  NameDescription
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.)
Protected methodRaiseCloseComplete
Raises the close complete callback.
Protected methodRaiseOpenFailure
Raises the open failure callback.
Protected methodRaiseOpenSuccess
Raises the open success callback.
Protected methodRaiseReceive
Raises the receive callback.
Protected methodRaiseStreamFailure
Raises the stream failure callback.
Public methodToString (Inherited from Object.)
Top
See Also