C# Class MyGetMirror.MyGetVsixPackagePusher

Inheritance: IVsixPackagePusher
ファイルを表示 Open project: NuGet/Entropy Class Usage Examples

Public Methods

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

Method Details

MyGetVsixPackagePusher() public method

public MyGetVsixPackagePusher ( string pushUrl, string destinationApiKey, HttpSource httpSource, ILogger logger ) : System.IO
pushUrl string
destinationApiKey string
httpSource HttpSource
logger ILogger
return System.IO

PushAsync() public method

public PushAsync ( Stream packageStream, CancellationToken token ) : Task
packageStream System.IO.Stream
token System.Threading.CancellationToken
return Task