Click or drag to resize

HTTPRequestOptionsAddHeader Method

Set a custom header to use with all requests.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void AddHeader(
	string header,
	string val
)

Parameters

header
Type: SystemString
A custom header.
val
Type: SystemString
The value of the custom header.
See Also