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; } |