Data.Cloud.AzureAPI.StorageAnalytics.TCorsRule.ExposedHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExposedHeaders: TArray<String> read GetExposedHeaders;

C++

__property System::DynamicArray<System::UnicodeString> ExposedHeaders = {read=GetExposedHeaders};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AzureAPI.StorageAnalytics.pas
Data.Cloud.AzureAPI.StorageAnalytics.hpp
Data.Cloud.AzureAPI.StorageAnalytics TCorsRule

Description

Response headers that may be included in a response to a CORS request.

See Also