Response HeaderKeys Property C# API
Gets a list of names of all the HTTP response headers set in this Response.

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

public List<string> HeaderKeys { get; }

Field Value

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