Initializes an empty instance of the FtpProxy class.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Sub New
C#
public FtpProxy()

Remarks

The default constructor initializes an empty instance of the FtpProxy class with the ProxyType property set to FtpProxyType.None.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also