Proxy.AuthenticationMethod Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
AuthenticationMethod
Gets or sets the authentication method to use for HTTP CONNECT proxy. NTLM authentication is only supported by some HTTP CONNECT proxies.
Declaration
public ProxyAuthentication AuthenticationMethod { get; set; }
Property Value
Type | Description |
---|---|
ProxyAuthentication | An authentication method. |