ReceiveHeadersParametersHeaders Property |
Gets the collection of HTTP headers with all its values.
Namespace:
DotNetBrowser.Net.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public IEnumerable<IHttpHeader> Headers { get; }
Property Value
Type:
IEnumerableIHttpHeaderThe collection of HTTP headers with all its values.
See Also