CachedResponse GetHeaderKeys Method C# API
Gets a list of names of all the HTTP response headers set in this CachedResponse.

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

public virtual List<string> GetHeaderKeys()

Return Value

A list of names of all the HTTP response headers set in this CachedResponse.
See Also