Click or drag to resize

HttpHeader.Values Property

Gets the collection of the HTTP header values.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntax
C#
public IEnumerable<string> Values { get; }

Property Value

Type: IEnumerable<String>
The collection of the HTTP header values.

Implements

IHttpHeader.Values
See Also