Class ProxyAuthenticationHandler
public class ProxyAuthenticationHandler : DelegatingHandler, IDisposable
- Inheritance
-
ProxyAuthenticationHandler
- Implements
- Inherited Members
- Extension Methods
Constructors
ProxyAuthenticationHandler(HttpClientHandler, ICredentialService, IProxyCredentialCache)
public ProxyAuthenticationHandler(HttpClientHandler clientHandler, ICredentialService credentialService, IProxyCredentialCache credentialCache)
Parameters
clientHandler
HttpClientHandlercredentialService
ICredentialServicecredentialCache
IProxyCredentialCache
Fields
MaxAuthRetries
public static readonly int MaxAuthRetries
Field Value
Methods
SendAsync(HttpRequestMessage, CancellationToken)
protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
request
HttpRequestMessagecancellationToken
CancellationToken