Click or drag to resize

WebSocket Methods

The WebSocket type exposes the following members.

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