CachedResponse RemoveHeader Method C# API
Removes a specified HTTP response header from this CachedResponse.

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

public virtual void RemoveHeader(
	string header
)

Parameters

header
Type: System String
The name of the header to remove.
See Also