C# 클래스 Microsoft.PackageManagement.NuGetProvider.HttpClientPackageRepository

Package repository for downloading data from remote galleries
상속: IPackageRepository
파일 보기 프로젝트 열기: OneGet/NuGetProvider

공개 메소드들

메소드 설명
FindPackage ( string packageId, SemanticVersion version, NuGetRequest request ) : IPackage

Find-Package

FindPackagesById ( string packageId, NuGetRequest request ) : IEnumerable

Find-Package bases on the given package Id

Search ( string searchTerm, NuGetRequest nugetRequest ) : IEnumerable

Search the entire repository for the case when a user does not provider package name or uses wildcards in the name.

SendRequest ( string query, NuGetRequest request ) : IEnumerable

Send the request to the server with buffer size to account for the case where there are more data that we need to fetch

비공개 메소드들

메소드 설명
HttpClientPackageRepository ( string queryUrl, NuGetRequest request ) : System

Ctor's

메소드 상세

FindPackage() 공개 메소드

Find-Package
public FindPackage ( string packageId, SemanticVersion version, NuGetRequest request ) : IPackage
packageId string package Id
version SemanticVersion package version
request NuGetRequest
리턴 IPackage

FindPackagesById() 공개 메소드

Find-Package bases on the given package Id
public FindPackagesById ( string packageId, NuGetRequest request ) : IEnumerable
packageId string Package Id
request NuGetRequest
리턴 IEnumerable

Search() 공개 메소드

Search the entire repository for the case when a user does not provider package name or uses wildcards in the name.
public Search ( string searchTerm, NuGetRequest nugetRequest ) : IEnumerable
searchTerm string
nugetRequest NuGetRequest
리턴 IEnumerable

SendRequest() 공개 정적인 메소드

Send the request to the server with buffer size to account for the case where there are more data that we need to fetch
public static SendRequest ( string query, NuGetRequest request ) : IEnumerable
query string
request NuGetRequest
리턴 IEnumerable