Class HttpHandlerResourceV3
- Namespace
- NuGet.Protocol
- Assembly
- NuGet.Protocol.dll
public class HttpHandlerResourceV3 : HttpHandlerResource, INuGetResource
- Inheritance
-
HttpHandlerResourceV3
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
HttpHandlerResourceV3(HttpClientHandler, HttpMessageHandler)
public HttpHandlerResourceV3(HttpClientHandler clientHandler, HttpMessageHandler messageHandler)
Parameters
clientHandler
HttpClientHandler
messageHandler
HttpMessageHandler
Properties
ClientHandler
public override HttpClientHandler ClientHandler { get; }
Property Value
- HttpClientHandler
CredentialService
public static Lazy<ICredentialService> CredentialService { get; set; }
Property Value
- Lazy<ICredentialService>
CredentialsSuccessfullyUsed
public static Action<Uri, ICredentials> CredentialsSuccessfullyUsed { get; set; }
Property Value
- Action<Uri, ICredentials>
MessageHandler
public override HttpMessageHandler MessageHandler { get; }
Property Value
- HttpMessageHandler