Implemented interface member:
method
UploadFileAsync
Aspire.Dashboard.ServiceClient.IDashboardClient.UploadFileAsync(System.IO.Stream, System.String, System.Int64, System.Int32, System.String, System.Threading.CancellationToken)
1 reference to UploadFileAsync
Aspire.Dashboard (1)
ServiceClient\SelectedDashboardClient.cs (1)
70
return currentClient.
UploadFileAsync
(fileStream, fileName, expectedSize, interactionId, inputName, cancellationToken);