Skip to content

Instantly share code, notes, and snippets.

View oferei's full-sized avatar

Ofer Reichman oferei

  • Tel Aviv, Israel
View GitHub Profile
@oferei
oferei / DownloadClient.cs
Last active July 25, 2022 14:05
A patch for "Resumable File Downloader" package
using System.Net;
using System;
using System.IO;
using System.Threading;
using System.Security.Cryptography.X509Certificates;
using System.Net.Security;
using System.IO.Compression;
namespace ribit
{