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