Send a message to the server, by loading the message data from a file.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- path
- Type: System String
The path of the filename, relative to the Virtual User's data directory.
- isBinary
- Type: System Boolean
If set to true, then the message will be flagged as binary data. Otherwise, it will be flagged as text.
Remarks
Note |
---|
If you are using this method in your script, make sure that the file containing the data is in the data/Files directory within your project. |
See Also