WebBrowser GetDefaultHeaderKeys Method C# API
Gets a list of names of all the default HTTP request headers that will be set for every subsequent Request object created by this WebBrowser.

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

public virtual List<string> GetDefaultHeaderKeys()

Return Value

A list of names of all the default HTTP request headers.
See Also