Table of Contents

Interface INuGetResourceProvider

Namespace
NuGet.Protocol.Core.Types
Assembly
NuGet.Protocol.dll
public interface INuGetResourceProvider
Extension Methods

Properties

After

IEnumerable<string> After { get; }

Property Value

IEnumerable<string>

Before

IEnumerable<string> Before { get; }

Property Value

IEnumerable<string>

Name

string Name { get; }

Property Value

string

ResourceType

Type ResourceType { get; }

Property Value

Type

Methods

TryCreate(SourceRepository, CancellationToken)

Task<Tuple<bool, INuGetResource?>> TryCreate(SourceRepository source, CancellationToken token)

Parameters

source SourceRepository
token CancellationToken

Returns

Task<Tuple<bool, INuGetResource>>