Class BlockCaptcha
A block that can solve captcha challenges.
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
Assembly: RuriLib.dll
Syntax
public abstract class BlockCaptcha : BlockBase, INotifyPropertyChanged
Properties
| Improve this Doc View SourceBalance
The balance of the account of the captcha-solving service.
Declaration
[JsonIgnore]
public double Balance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceProcess(BotData)
Executes the actual block logic.
Declaration
public override void Process(BotData data)
Parameters
Type | Name | Description |
---|---|---|
BotData | data | The BotData needed for variable replacement |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged