HttpResponseMessage.ReasonPhrase() Method
Version: Available or changed with runtime version 1.0.
Gets the reason phrase which typically is sent by servers together with the status code.
Syntax
ReasonPhrase := HttpResponseMessage.ReasonPhrase()
Note
This method can be invoked using property access syntax.
Parameters
HttpResponseMessage
Type: HttpResponseMessage
An instance of the HttpResponseMessage data type.
Return Value
ReasonPhrase
Type: Text
The reason phrase sent by the server.
Related information
HttpResponseMessage Data Type
Get Started with AL
Developing Extensions