The OSS C# SDK provides several methods for downloading files. Choose a method based on your scenario:
To process data as it downloads, use a streaming download. For more information, see Streaming download (C# SDK V1).
To download only part of a file, use a range download. For more information, see Range download (C# SDK V1).
To reliably download large files, use a resumable download. For more information, see Resumable download (C# SDK V1).
To view the download progress, use a progress bar chart. For more information, see Progress bar chart (C# SDK V1).