Browser Loading... "Сервер не найден"

EngHomsi

Новичок
Регистрация
13.01.2021
Сообщения
9
Благодарностей
1
Баллы
3
here i am asking about an error when IP changeing/ reconnection, the browser give me this message "Сервер не найден"
it's like a no internet connection message in russian..

the Question now: How to reload the tab/browser when i get this error? also I need to automatic refresh when no internet detected.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 190
Благодарностей
5 831
Баллы
113
I would recommend you to use AutoRetry
C#:
instance.AutoRetry = true;
instance.AutoRetry5xxResponses = true;
instance.AutoRetryMaxAttempts = 5;
Also, you can refresh the page just navigating to {-Page.URL-} in browser.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)