Gets or sets the proxy type

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public NetworkProxyType Type { get; set; }
Visual Basic
Public Property Type As NetworkProxyType
	Get
	Set
Visual C++
public:
property NetworkProxyType Type {
	NetworkProxyType get ();
	void set (NetworkProxyType value);
}

Property Value

Type: NetworkProxyType

See Also