Class HTTPRequestOptions
Class for customizing network requests.
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class HTTPRequestOptions
Constructors
HTTPRequestOptions()
Create a HTTPRequestOptions object.
Declaration
public HTTPRequestOptions()
Methods
AddHeader(string, string)
Set a custom header to use with all requests.
Declaration
public void AddHeader(string header, string val)
Parameters
Type | Name | Description |
---|---|---|
string | header | A custom header. |
string | val | The value of the custom header. |