FtpProxyAuthentication Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
Type of proxy server authentication.
Syntax
public enum FtpProxyAuthentication
Fields
| Name | Description |
|---|---|
| Basic | Basic authentication. |
| Digest | Digest authentication. |
| Ntlm | NTLM authentication. |