microcompiler
Results
2
comments of
microcompiler
The direct stream along with the streams progress (IProgress) can be access using the "DownloadAsync" method in root of the client object. Here is an example: ```csharp var files =...
Got it. I have a better understanding of what you are trying to do. You can download the status/results of a file by passing "null" in the stream. This will...