Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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