Class SettingsCaptchas
Provides captcha-related settings.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 SourceAntiCapToken
The AntiCaptcha API Token.
Declaration
public string AntiCapToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AZCapToken
The AZCaptcha API Token.
Declaration
public string AZCapToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BypassBalanceCheck
Whether to bypass the balance check before solving a captcha challenge.
Declaration
public bool BypassBalanceCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CDToken
The CaptchaDecoder API Token.
Declaration
public string CDToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CIOToken
The CaptchasIO API Token.
Declaration
public string CIOToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentService
Which Captcha Service is currently selected for solving captcha challenges.
Declaration
public BlockCaptcha.CaptchaService CurrentService { get; set; }
Property Value
Type | Description |
---|---|
BlockCaptcha.CaptchaService |
DBCPass
The DeathByCaptcha Password.
Declaration
public string DBCPass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DBCUser
The DeathByCaptcha Username.
Declaration
public string DBCUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DCPass
The DeCaptcher Password.
Declaration
public string DCPass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DCUser
The DeCaptcher Username.
Declaration
public string DCUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageTypToken
The ImageTyperz API Token.
Declaration
public string ImageTypToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SRToken
The SolveReCaptcha API Token.
Declaration
public string SRToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SRUserId
The SolveReCaptcha User Id.
Declaration
public string SRUserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
TwoCapToken
The TwoCaptcha API Token.
Declaration
public string TwoCapToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged