HttpResponseMessage.Headers() Method

Version: Available or changed with runtime version 1.0.

Gets the HTTP response's HTTP headers.

Syntax

Headers :=   HttpResponseMessage.Headers()

Note

This method can be invoked using property access syntax.

Parameters

HttpResponseMessage
 Type: HttpResponseMessage
An instance of the HttpResponseMessage data type.

Return Value

Headers
 Type: HttpHeaders
The HTTP headers.

See Also

HttpResponseMessage Data Type
Get Started with AL
Developing Extensions