HttpRequestMessage.GetRequestUri() Method
Version: Available or changed with runtime version 1.0.
Gets the URI used for the HTTP request.
Syntax
RequestUri := HttpRequestMessage.GetRequestUri()
Note
This method can be invoked using property access syntax.
Parameters
HttpRequestMessage
Type: HttpRequestMessage
An instance of the HttpRequestMessage data type.
Return Value
RequestUri
Type: Text
The URI used for the HTTP request.
Related information
HttpRequestMessage Data Type
Get Started with AL
Developing Extensions