Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 1.0.
Gets a reference to the collection of HTTP request headers.
Syntax
[Ok := ] HttpRequestMessage.GetHeaders(var Headers: HttpHeaders)
Parameters
HttpRequestMessage
Type: HttpRequestMessage
An instance of the HttpRequestMessage data type.
Headers
Type: HttpHeaders
A variable that will contain a reference to the collection of HTTP request headers after the method completes successfully.
Return Value
[Optional] Ok
Type: Boolean
true if the operation was completed successfully, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.
Related information
HttpRequestMessage Data Type
Get Started with AL
Developing Extensions