The OSS C# SDK supports downloading files to a local path, reading them as a stream, or retrieving partial content. Choose the method that fits your use case:
To read file data as it arrives without saving it locally, use a streaming download. See Streaming download (C# SDK V1).
To retrieve a specific byte range of a file, use a range download. See Range download (C# SDK V1).
To download large files with automatic retry on failure, use a resumable download. See Resumable download (C# SDK V1).
To track download progress in your application, use a progress bar chart. See Progress bar chart (C# SDK V1).
该文章对您有帮助吗?