WebBrowser CreateWebSocketMessage Method (String)C# API
Creates a WebSocketMessage object that can be sent to the server.

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

public WebSocketMessage CreateWebSocketMessage(
	string data
)

Parameters

data
Type: System String
The text to use as the contents of the message.

Return Value

The new WebSocketMessage object.
Remarks

Note Note
Note that this method will create a text message.
See Also