C# 클래스 Drey.Server.Modules.NugetUploadModule

Mimic's the Nuget API for syndication of packages
상속: Nancy.NancyModule
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
NugetUploadModule ( IPackageService packageService, INugetApiClaimsValidator claimsValidator ) : Drey.Server.Logging

Initializes a new instance of the NugetUploadModule class.

비공개 메소드들

메소드 설명
DeleteReleaseAsync ( dynamic args, CancellationToken ct ) : Task

Deletes a release from the package store.

ParseAndStorePackage ( dynamic _, CancellationToken ct ) : Task

Receives a nuget package; parses it, and stores the package to a persistent storage for later retrieval.

메소드 상세

NugetUploadModule() 공개 메소드

Initializes a new instance of the NugetUploadModule class.
public NugetUploadModule ( IPackageService packageService, INugetApiClaimsValidator claimsValidator ) : Drey.Server.Logging
packageService IPackageService The package service.
claimsValidator INugetApiClaimsValidator
리턴 Drey.Server.Logging