IHttpHeaderValues Property |
Gets the collection of the HTTP header values.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IEnumerable<string> Values { get; }
Property Value
Type:
IEnumerableStringThe collection of the HTTP header values.
See Also