HTTP CONNECT proxy server authentication method.

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

Syntax

Visual Basic
Public Enumeration ProxyAuthentication
C#
public enum ProxyAuthentication

Members

Member nameDescription
Supported by the .NET Compact FrameworkBasic
Basic authentication.
Supported by the .NET Compact FrameworkNtlm
NTLM authentication. This can only be used for HTTP CONNECT proxies (see ProxyType enum and ProxyType property.
Supported by the .NET Compact FrameworkDigest
Digest authentication. This can only be used for HTTP CONNECT proxies (see ProxyType enum and ProxyType property.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also