HttpPartRetriever Constructor

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Constructs a new HttpPartRetriever.

Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public HttpPartRetriever(
	Uri uri,
	bool backgroundLoadDocument,
	string cookies
)
Visual Basic
Public Sub New ( _
	uri As Uri, _
	backgroundLoadDocument As Boolean, _
	cookies As String _
)
Visual C++
public:
HttpPartRetriever(
	Uri^ uri, 
	bool backgroundLoadDocument, 
	String^ cookies
)

Parameters

uri
Type: System..::..Uri
The URI of the HTTP server-hosted .xod file.
backgroundLoadDocument
Type: System..::..Boolean
If background loading should be initially set to true or false. Default is true.
cookies
Type: System..::..String
HTTP cookies that will be sent with every request. Individual cookies are delimited with semi-colons. Useful if an autentication cookies needs to be included for document access.

See Also