This property gets or sets the proxy used to communicate with the FTP server.
[Visual Basic] Public Property FtpProxy As System.Net.IWebProxy
[C#] public System.Net.IWebProxy FtpProxy {get; set;}

Property Value

An WebProxy instance responsible for communicating with the FTP server. The default value is null (Nothing in Visual Basic).

Explanation

The FtpProxy property gets or sets the proxy used to communicate with the FTP server.

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation