HttpRequestHeader Class

The HTTP header class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class HttpRequestHeader
Inheritance
Object    HttpRequestHeader

Constructors

HttpRequestHeader Constructs an empty HTTP header
HttpRequestHeader(String, String) Constructs a HTTP header with the given name and value

Properties

Name The header name
Value The header value

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also