HttpHeaders.GetSecretValues(Text, Array of [SecretText]) Method

Version: Available or changed with runtime version 12.0.

Gets the secret values for the specified key.

Syntax

[Ok := ]  HttpHeaders.GetSecretValues(Key: Text, Values: Array of [SecretText])

Parameters

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

Key
 Type: Text
The specified header.

Values
 Type: SecretText
The specified header values.

Return Value

[Optional] Ok
 Type: Boolean
true if the specified header name and values are stored in the collection; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

HttpHeaders Data Type
Getting Started with AL
Developing Extensions