HttpContent.ReadAs(var SecretText) Method
Version: Available or changed with runtime version 12.0.
Reads the content into the provided secure text.
Syntax
[Ok := ] HttpContent.ReadAs(var OutputSecretText: SecretText)
Parameters
HttpContent
Type: HttpContent
An instance of the HttpContent data type.
OutputSecretText
Type: SecretText
The variable that will contain the HTTP content as a secret text.
Return Value
[Optional] Ok
Type: Boolean
Accessing the HttpContent property of HttpResponseMessage in a case when the request fails will result in an error. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.
Related information
HttpContent Data Type
Getting Started with AL
Developing Extensions