Creates a WebSocketMessage object that can be sent to the server.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (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 that this method will create a text message. |
See Also