All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::PDF::HTTPRequestOptions Class Reference

#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
 

Detailed Description

Class for customizing network requests.

Definition at line 1806 of file PDFViewCtrl.h.

Constructor & Destructor Documentation

pdftron::PDF::HTTPRequestOptions::HTTPRequestOptions ( )

Create a HTTPRequestOptions object.

Member Function Documentation

void pdftron::PDF::HTTPRequestOptions::AddHeader ( const UString header,
const UString val 
)

Set a custom header to use with all requests.

Parameters
headerA custom header.
valThe value of the custom header.

Friends And Related Function Documentation

friend class PDF::PDFViewCtrl
friend

Definition at line 1821 of file PDFViewCtrl.h.

Member Data Documentation

TRN_Obj pdftron::PDF::HTTPRequestOptions::m_obj
protected

Definition at line 1820 of file PDFViewCtrl.h.

SDF::ObjSet pdftron::PDF::HTTPRequestOptions::m_objset
protected

Definition at line 1822 of file PDFViewCtrl.h.


The documentation for this class was generated from the following file: