WebSocket Close Method C# API
Closes the WebSocket.

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

public void Close(
	string reason
)

Parameters

reason
Type: System String
The reason for closing the websocket to send to the server.
See Also