This property sets the proxy used to communicate with the Ftp server.
[Visual Basic]
Public Property Proxy As System.Net.IWebProxy
Public Property Proxy As System.Net.IWebProxy
[C#]
public System.Net.IWebProxy Proxy {get; set;}
public System.Net.IWebProxy Proxy {get; set;}
Property Value
The WebProxy instance used to communicate with the server. The default value is null (in Visual Basic, Nothing).
Explanation
The Proxy property sets the WebProxy instance that communicates with the FTP server. If a proxy server isn't used, please set null (in Visual Basic, Nothing).