Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.34 KB

httpclient-getbaseaddress-method.md

File metadata and controls

40 lines (34 loc) · 1.34 KB
title description ms.author ms.date ms.topic author ms.reviewer
HttpClient.GetBaseAddress() Method
Gets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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.

See Also

HttpClient Data Type
Get Started with AL
Developing Extensions