Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Version: Available or changed with runtime version 2.0.
Gets a value that indicates if the HTTP response is the result of the environment blocking an outgoing HTTP request.
Syntax
IsBlockedByEnvironment := HttpResponseMessage.IsBlockedByEnvironment()
Note
This method can be invoked using property access syntax.
Parameters
HttpResponseMessage
Type: HttpResponseMessage
An instance of the HttpResponseMessage data type.
Return Value
IsBlockedByEnvironment
Type: Boolean
true if the HTTP response is the result of the environment blocking an outgoing HTTP request, otherwise false.
Related information
HttpResponseMessage Data Type
Get Started with AL
Developing Extensions