WebSocket Open Method C# API
Opens the WebSocket.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void Open()
Remarks

Opens the WebSocket by performing the opening handshake. The opening handshake is an HTTP Upgrade request. If the handshake is successful, then the server will respond with a 101 Switching Protocols HTTP response.
See Also