Implemented interface member:
method
UploadFileAsync
Aspire.Cli.Backchannel.IAppHostCliBackchannel.UploadFileAsync(System.String, System.String, System.Int32, System.String, System.Threading.CancellationToken)
2 references to UploadFileAsync
Aspire.Cli.Tests (2)
Backchannel\AppHostCliBackchannelTests.cs (2)
38() => backchannel.UploadFileAsync(tempFile, "large.bin", 1, "File", CancellationToken.None)); 77() => backchannel.UploadFileAsync(tempFile, "small.bin", 1, "File", cts.Token));