ComponentSpace FTP Class Library Reference

FtpClient.ProxySettings Property

Gets or sets the proxy settings.

[Visual Basic]
Public Property ProxySettings As ProxySettings
[C#]
public Proxy.ProxySettings ProxySettings {get; set;}

Property Value

The proxy settings. The default is null meaning no proxy is used.

Remarks

The proxy settings only need to be set if the FTP connection is made through a SOCKS 4, SOCKS 4A, SOCKS 5 or HTTP proxy server. If this isn't the case then this property can be ignored.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace