C# Class MyGetMirror.MyGetVsixPackagePusher

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

Méthodes publiques

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

Method Details

MyGetVsixPackagePusher() public méthode

public MyGetVsixPackagePusher ( 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