ProxyAuthentication Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 8.0.9673)
HTTP CONNECT proxy server authentication method.
Syntax
public enum ProxyAuthentication
Fields
| Name | Description |
|---|---|
| Basic | Basic authentication. |
| Digest | Digest authentication. This can only be used for HTTP CONNECT proxies (see ProxyType enum and ProxyType property. |
| Ntlm | NTLM authentication. This can only be used for HTTP CONNECT proxies (see ProxyType enum and ProxyType property. |