Type of proxy to use to connect to the network.

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

Syntax

Visual Basic
Public Enumeration FtpProxyType
C#
public enum FtpProxyType

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
Direct connection.
Supported by the .NET Compact FrameworkSocks4
Connection through Socks4 proxy.
Supported by the .NET Compact FrameworkSocks4a
Connection through Socks4A proxy (capable of resolving domain names).
Supported by the .NET Compact FrameworkSocks5
Connection through Socks5 proxy.
Supported by the .NET Compact FrameworkHttpConnect
Connection through HTTP proxy using CONNECT method.
Supported by the .NET Compact FrameworkFtpSite
Connection through FTP proxy using SITE command.
Supported by the .NET Compact FrameworkFtpUser
Connection through FTP proxy using a single USER/PASS command.
Supported by the .NET Compact FrameworkFtpOpen
Connection through FTP proxy using OPEN command.
Supported by the .NET Compact FrameworkFtpDoubleLogin
Connection through FTP proxy using two separate USER/PASS commands (one USER command for logging in the proxy and the second USER command for logging in the FTP server).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also