Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 12.0.
Gets the secret values for the specified key.
Syntax
[Ok := ] HttpHeaders.GetSecretValues(Key: Text, Values: List of [SecretText])
Parameters
HttpHeaders
Type: HttpHeaders
An instance of the HttpHeaders data type.
Key
Type: Text
The specified header.
Values
Type: List of [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.
Related information
HttpHeaders Data Type
Getting Started with AL
Developing Extensions