CachedResponse GetHeaderValue Method C# API
Gets the value of the specified HTTP response header.

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

public virtual string GetHeaderValue(
	string header
)

Parameters

header
Type: System String
The header to get the value of.

Return Value

The value of the header.
See Also