NetworkProxy Class

The network proxy class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class NetworkProxy
Inheritance
Object    NetworkProxy

Constructors

NetworkProxyInitializes a new instance of the NetworkProxy class

Properties

ExcludedHosts The hosts to be excluded from proxy access
Host The proxy host name. This property is empty by default
Password The proxy password. This property is empty by default
Port The proxy port. This property is 0 by default
Protocol The proxy protocol. A proxy is not used by default
Username The proxy username. This property is empty by default

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also