Skip to content

Instantly share code, notes, and snippets.

@Deathnetworks
Deathnetworks / ChallengeDetector.cs
Created September 12, 2022 13:11
src/FlareSolverrSharp/ChallengeDetector.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using FlareSolverrSharp.Constants;
using FlareSolverrSharp.Exceptions;
using FlareSolverrSharp.Extensions;