Show / Hide Table of Contents

Class SettingsCaptchas

Provides captcha-related settings.

Inheritance
System.Object
ViewModelBase
SettingsCaptchas
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
ViewModelBase.PropertyChanged
ViewModelBase.OnPropertyChanged(String)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RuriLib.ViewModels
Assembly: RuriLib.dll
Syntax
public class SettingsCaptchas : ViewModelBase, INotifyPropertyChanged

Properties

| Improve this Doc View Source

AntiCapToken

The AntiCaptcha API Token.

Declaration
public string AntiCapToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AZCapToken

The AZCaptcha API Token.

Declaration
public string AZCapToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BypassBalanceCheck

Whether to bypass the balance check before solving a captcha challenge.

Declaration
public bool BypassBalanceCheck { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CDToken

The CaptchaDecoder API Token.

Declaration
public string CDToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CIOToken

The CaptchasIO API Token.

Declaration
public string CIOToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CurrentService

Which Captcha Service is currently selected for solving captcha challenges.

Declaration
public BlockCaptcha.CaptchaService CurrentService { get; set; }
Property Value
Type Description
BlockCaptcha.CaptchaService
| Improve this Doc View Source

DBCPass

The DeathByCaptcha Password.

Declaration
public string DBCPass { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DBCUser

The DeathByCaptcha Username.

Declaration
public string DBCUser { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DCPass

The DeCaptcher Password.

Declaration
public string DCPass { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DCUser

The DeCaptcher Username.

Declaration
public string DCUser { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ImageTypToken

The ImageTyperz API Token.

Declaration
public string ImageTypToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SRToken

The SolveReCaptcha API Token.

Declaration
public string SRToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SRUserId

The SolveReCaptcha User Id.

Declaration
public string SRUserId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Timeout

The maximum amount of time to wait until a captcha challenge is solved.

Declaration
public int Timeout { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TwoCapToken

The TwoCaptcha API Token.

Declaration
public string TwoCapToken { get; set; }
Property Value
Type Description
System.String

Implements

System.ComponentModel.INotifyPropertyChanged
  • Improve this Doc
  • View Source
Back to top Generated by DocFX