The WebSocket type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the full-duplex connection.
Public methodConnect(String)
Connect to a remote WebSocket server.
Public methodConnect(String, String)
Connect to a remote WebSocket server.
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 methodSend
Sends text-based data to the remote socket location.
Public methodToString (Inherited from Object.)

See Also