Sets the value of the "Connection" request header.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- f
- Type: System Boolean
true if the "Connection: Keep-Alive" request header should be set.
Remarks
- If the parameter is set to true, then the "Connection" header will be assigned the value "Keep-Alive".
- If the parameter is set to false, then the "Connection" header will be removed.
See Also