HttpRequestHeader(String, String) Constructor

Constructs a HTTP header with the given name and value

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public HttpRequestHeader(
	string headerName,
	string headerValue
)

Parameters

headerName  String
The header name
headerValue  String
The header value

See Also