Table of Contents

Class HttpHandlerResource

Namespace
NuGet.Protocol.Core.Types
Assembly
NuGet.Protocol.dll
public abstract class HttpHandlerResource : INuGetResource
Inheritance
HttpHandlerResource
Implements
Derived
Inherited Members
Extension Methods

Constructors

HttpHandlerResource()

protected HttpHandlerResource()

Properties

ClientHandler

public abstract HttpClientHandler ClientHandler { get; }

Property Value

HttpClientHandler

MessageHandler

public abstract HttpMessageHandler MessageHandler { get; }

Property Value

HttpMessageHandler