HttpRequestHeader(String, String) Constructor
Constructs a HTTP header with the given name and value
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public HttpRequestHeader(
string headerName,
string headerValue
)
Parameters
- headerName String
- The header name
- headerValue String
- The header value