Click or drag to resize
Pdf Library for .NET

HtmlToPdfProxyOptions Class

The proxy settings used to resolve the HTTP requests.
Inheritance Hierarchy
SystemObject
  SelectPdfHtmlToPdfProxyOptions

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class HtmlToPdfProxyOptions

The HtmlToPdfProxyOptions type exposes the following members.

Constructors
  NameDescription
Public methodHtmlToPdfProxyOptions
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