Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Gets a value that indicates if the HTTP response was successful.
Syntax
IsSuccessStatusCode := HttpResponseMessage.IsSuccessStatusCode()
Note
This method can be invoked using property access syntax.
Parameters
HttpResponseMessage
Type: HttpResponseMessage
An instance of the HttpResponseMessage data type.
Return Value
IsSuccessStatusCode
Type: Boolean
A value that indicates if the HTTP response was successful. true if StatusCode was in the range 200-299; otherwise false.
Related information
HttpResponseMessage Data Type
Get Started with AL
Developing Extensions