[Visual Basic] Public Property FtpProxy As
IWebProxy
[C#] public 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.