HiQPdf Documentation

HttpRequestHeader Constructor (String, String)

HiQPdf Client for .NET Core
Constructs a HTTP header with the given name and value

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HttpRequestHeader(
	string headerName,
	string headerValue
)

Parameters

headerName
Type: SystemString
The header name
headerValue
Type: SystemString
The header value
See Also

Reference