Header class

Header class

Represents a header with a name and value.

The Header type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the Header class with the specified header name and header value.

Properties

Property Description
header_name Gets the header name.
header_value Gets the header value.

See Also