The network proxy class
Inheritance Hierarchy
HiQPdfNetworkProxy
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The NetworkProxy type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NetworkProxy | Initializes a new instance of the NetworkProxy class |
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also