Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.52 KB

httpresponsemessage-isblockedbyenvironment-method.md

File metadata and controls

40 lines (34 loc) · 1.52 KB
title description ms.author ms.date ms.topic author ms.reviewer
HttpResponseMessage.IsBlockedByEnvironment() Method
Gets a value that indicates if the HTTP response is the result of the environment blocking an outgoing HTTP request.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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