WebSocket
Open Method
C# API
Opens the WebSocket.
Namespace:
Facilita.Web
Assembly:
clrWebBrowser
(in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
void
Open
()
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
WebSocket Class
WebSocket Members
Facilita.Web Namespace
WebSocket
Close(String)