Table of Contents

Interface ILegacyFeedCapabilityResource

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

Methods

SupportsIsAbsoluteLatestVersionAsync(ILogger, CancellationToken)

Task<bool> SupportsIsAbsoluteLatestVersionAsync(ILogger log, CancellationToken token)

Parameters

log ILogger
token CancellationToken

Returns

Task<bool>

SupportsSearchAsync(ILogger, CancellationToken)

Task<bool> SupportsSearchAsync(ILogger log, CancellationToken token)

Parameters

log ILogger
token CancellationToken

Returns

Task<bool>