ProxyAuthentication Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
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.  |