Click or drag to resize

IHttpHeader Interface

Represents the single HTTP header with all its values.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IHttpHeader

The IHttpHeader type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the HTTP header name.
Public propertyValues
Gets the collection of the HTTP header values.
Top
See Also