HttpClient.SetBaseAddress(Text) Method

Version: Available or changed with runtime version 1.0.

Sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.

Syntax

[Ok := ]  HttpClient.SetBaseAddress(NewBaseAddress: Text)

Parameters

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

NewBaseAddress
 Type: Text
The base address of the Uniform Resource Identifier (URI) of the Internet resource used when sending requests.

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

HttpClient Data Type
Get Started with AL
Developing Extensions