HttpResponseMessage.IsBlockedByEnvironment() Method

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.

See Also

HttpResponseMessage Data Type
Get Started with AL
Developing Extensions