diff --git a/docs/en/diagnostics/InternetAccess.md b/docs/en/diagnostics/InternetAccess.md index 9c2305abc49..ffbd2238150 100644 --- a/docs/en/diagnostics/InternetAccess.md +++ b/docs/en/diagnostics/InternetAccess.md @@ -3,9 +3,14 @@ ## Description +Check access to Internet resources and the set of transmitted data to prevent the transfer of confidential or protected information. ## Examples +```bsl +HTTPConnection = New HTTPConnection("zabbix.localhost", 80); // error +FTPConnection = New FTPConnection(Server, Port, User, Pwd); // error +``` ## Sources