This property sets the proxy used to communicate with the Ftp server.

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

See Also

Ftp Class | Ftp Members

The ImageKit.NET3 is created by Newtone Corporation