Click or drag to resize
GDHttpProtocolFilterUseProxy Property
Controls if request should be sent throught proxy server.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool UseProxy { get; set; }

Property Value

Type: Boolean
When set to true request will be sent through proxy server specyfied by ProxyUrl and ProxyPort.
See Also