Click or drag to resize
Accord.NET (logo)

JPEGStreamProxy Property

Gets or sets proxy information for the request.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public IWebProxy Proxy { get; set; }
Request Example View Source

Property Value

Type: IWebProxy
Remarks

The local computer or application config file may specify that a default proxy to be used. If the Proxy property is specified, then the proxy settings from the Proxy property overridea the local computer or application config file and the instance will use the proxy settings specified. If no proxy is specified in a config file and the Proxy property is unspecified, the request uses the proxy settings inherited from Internet Explorer on the local computer. If there are no proxy settings in Internet Explorer, the request is sent directly to the server.

See Also