Request SetKeepAlive Method C# API
Sets the value of the "Connection" request header.

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

public void SetKeepAlive(
	bool f
)

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