Gets or sets the authentication method to use for HTTP CONNECT proxy. NTLM authentication is only supported by some HTTP CONNECT proxies.

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

Syntax

Visual Basic
Public Property AuthenticationMethod As ProxyAuthentication
	Get
	Set
C#
public ProxyAuthentication AuthenticationMethod { get; set; }

Field Value

An authentication method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also