Click or drag to resize

HttpHeader Class

Represents the single HTTP header with all its values.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.NetHttpHeader

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

The HttpHeader type exposes the following members.

Constructors
  NameDescription
Public methodHttpHeader
Creates the HTTP header instance using its name and values collection.
Top
Properties
  NameDescription
Public propertyName
Gets the HTTP header name.
Public propertyValues
Gets the collection of the HTTP header values.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also