Type of proxy server authentication.

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

Syntax

Visual Basic
Public Enumeration FtpProxyAuthentication
C#
public enum FtpProxyAuthentication

Members

Member nameDescription
Supported by the .NET Compact FrameworkBasic
Basic authentication.
Supported by the .NET Compact FrameworkNtlm
NTLM authentication.
Supported by the .NET Compact FrameworkDigest
Digest authentication.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also