WebBrowser GetDefaultHeaderValue Method C# API
Gets the value of the specified default HTTP header.

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

public virtual string GetDefaultHeaderValue(
	string header
)

Parameters

header
Type: System String
The header to look for.

Return Value

The value of the specified default header, or an empty string if this header is not set by default.
Remarks

Request objects created by this WebBrowser will have the specified HTTP header set with the value returned by this method.
See Also