A
var httpResponse = await _httpClient.GetAsync(url);
var downloadBytes = await httpResponse.Content.ReadAsByteArrayAsync();
File.WriteAllBytes(YourFilePath, downloadBytes);
Size: a a a
A
A
DS
Д
Д
dd
dd
using var stream = File.Create(filePath);
await data.CopyToAsync(stream);
stream.Close();
A
A
C
СТ
АИ
M
MO
MO
MO
MO
KA
MO