- Official page: 2CaptchaAPI
- 2Captcha users this week: 912
-
This software is designed to work with any site

#9194414 Kamil
2020-12-23
You can use the optional httpClient argument in the constructor to pass your own HttpClient object and control timeouts this way. An example code would look like:
var captchaCustomHttp = new _2Captcha("API_KEY", new HttpClient());

#10681459 Mike Price
2020-11-30
OK, but there is no timeout available, so if no response is receieved you have to kill the app and start again