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 name | Description | |
|---|---|---|
| Basic |
Basic authentication.
| |
| Ntlm |
NTLM authentication.
| |
| Digest |
Digest authentication.
|