HttpClient.GetBaseAddress() Method
Version: Available or changed with runtime version 1.0.
Gets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
Syntax
CurrentBaseAddress := HttpClient.GetBaseAddress()
Note
This method can be invoked using property access syntax.
Parameters
HttpClient
Type: HttpClient
An instance of the HttpClient data type.
Return Value
CurrentBaseAddress
Type: Text
The base address of URI of the Internet resource used when sending requests.
Related information
HttpClient Data Type
Get Started with AL
Developing Extensions