C# 클래스 MyGetMirror.MyGetVsixPackagePusher

상속: IVsixPackagePusher
파일 보기 프로젝트 열기: NuGet/Entropy 1 사용 예제들

공개 메소드들

메소드 설명
MyGetVsixPackagePusher ( string pushUrl, string destinationApiKey, HttpSource httpSource, ILogger logger ) : System.IO
PushAsync ( Stream packageStream, CancellationToken token ) : Task

메소드 상세

MyGetVsixPackagePusher() 공개 메소드

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