CachedResponse
.
ClearHeaders Method
C# API
Removes all the HTTP response headers from this CachedResponse.
Namespace:
Facilita.Web
Assembly:
clrWebBrowser
(in clrWebBrowser.dll) Version: 9.5.8.37 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
virtual
void
ClearHeaders
()
public virtual void ClearHeaders()
See Also
CachedResponse Class
CachedResponse Members
Facilita.Web Namespace
CachedResponse
.
GetHeaders
()
CachedResponse
.
GetHeaderValue(String)
CachedResponse
.
SetHeader(String, String)
CachedResponse
.
RemoveHeader(String)