#include <PDFViewCtrl.h>
Public Member Functions | |
| HTTPRequestOptions () | |
| void | AddHeader (const UString &header, const UString &val) |
Protected Attributes | |
| TRN_Obj | m_obj |
| SDF::ObjSet | m_objset |
Friends | |
| class | PDF::PDFViewCtrl |
Class for customizing network requests.
Definition at line 1827 of file PDFViewCtrl.h.
| pdftron::PDF::HTTPRequestOptions::HTTPRequestOptions | ( | ) |
Create a HTTPRequestOptions object.
Set a custom header to use with all requests.
| header | A custom header. |
| val | The value of the custom header. |
|
friend |
Definition at line 1842 of file PDFViewCtrl.h.
|
protected |
Definition at line 1841 of file PDFViewCtrl.h.
|
protected |
Definition at line 1843 of file PDFViewCtrl.h.