C# Класс MyGetMirror.NuGetPackagePusher

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NuGetPackagePusher ( string pushUrl, string destinationApiKey, HttpSource httpSource, ILogger logger ) : System.IO
PushAsync ( Stream packageStream, CancellationToken token ) : Task

Описание методов

NuGetPackagePusher() публичный Метод

public NuGetPackagePusher ( string pushUrl, string destinationApiKey, HttpSource httpSource, ILogger logger ) : System.IO
pushUrl string
destinationApiKey string
httpSource HttpSource
logger ILogger
Результат System.IO

PushAsync() публичный Метод

public PushAsync ( Stream packageStream, CancellationToken token ) : Task
packageStream System.IO.Stream
token System.Threading.CancellationToken
Результат Task