Table of Contents
ProxyInfo Constructor (ProxyType, String, Int32)

Creates a new instance of the ProxyInfo class.

Syntax
 public ProxyInfo(
   ProxyType type,
   string host,
   int port
);

Parameters

type
The proxy type.
host
The proxy server host name.
port
The proxy server port.
Remarks

This constructor creates a new instance of ProxyInfo object without username and password information. If the proxy supports NTLM authentication, then the HTML to PDF converter will automatically uses the current user context to authenticate with the proxy server. If the proxy server requires other form of authentication, then the connection will fail.

See Also