Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@Panthere
Panthere / CaptchaResult.cs
Last active June 24, 2020 15:09
2captcha C# Implementation
public class CaptchaResult
{
#region Fields
/// <summary>
/// Captcha ID as provided by 2captcha
/// </summary>
public string ID;
/// <summary>
/// Token required to submit to the site
/// </summary>