C# Class MyGetMirror.NuGetPackagePusher

Afficher le fichier Open project: NuGet/Entropy Class Usage Examples

Méthodes publiques

Méthode Description
NuGetPackagePusher ( string pushUrl, string destinationApiKey, HttpSource httpSource, ILogger logger ) : System.IO
PushAsync ( Stream packageStream, CancellationToken token ) : Task

Method Details

NuGetPackagePusher() public méthode

public NuGetPackagePusher ( string pushUrl, string destinationApiKey, HttpSource httpSource, ILogger logger ) : System.IO
pushUrl string
destinationApiKey string
httpSource HttpSource
logger ILogger
Résultat System.IO

PushAsync() public méthode

public PushAsync ( Stream packageStream, CancellationToken token ) : Task
packageStream System.IO.Stream
token System.Threading.CancellationToken
Résultat Task