Xceed .NET Libraries Documentation
Proxy Property (FtpClient)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpClient Class : Proxy Property
Gets or sets the proxy client to use for connecting and/or logging in via a proxy server.
Syntax
'Declaration
 
Public Property Proxy As ProxyClient
'Usage
 
Dim instance As FtpClient
Dim value As ProxyClient
 
instance.Proxy = value
 
value = instance.Proxy
public ProxyClient Proxy {get; set;}
Remarks
You can only set this property when the FtpClient is not connected.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpClient Class
FtpClient Members
HttpProxyClient Class