Class FtpClientUserAtHostProxy
A FTP client with a user@host proxy identification.
public class FtpClientUserAtHostProxy : FtpClientProxy, IInternalFtpClient, IFtpClient, IDisposable, IBaseFtpClient
- Inheritance
-
FtpClientUserAtHostProxy
- Implements
- Inherited Members
- Extension Methods
Constructors
FtpClientUserAtHostProxy(FtpProxyProfile)
A FTP client with a user@host proxy identification.
public FtpClientUserAtHostProxy(FtpProxyProfile proxy)
Parameters
proxy
FtpProxyProfileProxy information
Methods
Create()
Creates a new instance of this class. Useful in FTP proxy classes.
protected override BaseFtpClient Create()
Returns
Handshake()
Redefine the first dialog: auth with proxy information
protected override void Handshake()