Skip to content

Instantly share code, notes, and snippets.

View makanbaks0-zz's full-sized avatar

makanbaks0 makanbaks0-zz

View GitHub Profile
@subena22jf
subena22jf / multipart.cs
Last active January 27, 2024 06:48
c# download multi part
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Threading.Tasks;
namespace TestApp
{
internal class Program
{