FtpProxy Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
FtpProxy()
Initializes an empty instance of the Ftp
Declaration
public FtpProxy()
Remarks
The default constructor initializes an empty instance of the Ftp
FtpProxy(FtpProxyType, String, Int32)
Initializes a new instance of the Ftp
Declaration
public FtpProxy(FtpProxyType proxyType, string host, int port)
Parameters
Type | Name | Description |
---|---|---|
Ftp |
proxyType | The type of the proxy. |
String | host | The hostname of the proxy server. |
Int32 | port | The port of the proxy server. |