This method is called immediately before a Request object is sent to the web server.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- request
- Type: Facilita.Web Request
A request that is about to be sent to the web server.
Remarks
Override this method to modify every request (or a selection of requests based on criteria) before they are sent to the web server.
See Also