Click or drag to resize

ProxyOptions Class

The proxy settings used to resolve the requests. Note: This is used only by the WebKit rendering engine.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorProxyOptions

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class ProxyOptions

The ProxyOptions type exposes the following members.

Constructors
  NameDescription
Public methodProxyOptions
Top
Properties
  NameDescription
Public propertyHostName
Gets or sets the host name of the proxy host
Public propertyPassword
Gets or sets the password used for authentication
Public propertyPortNumber
Gets or sets the port number of the proxy host
Public propertyType
Gets or sets the proxy type
Public propertyUsername
Gets or sets the user name used for authentication
Top
See Also