Data.Cloud.AzureAPI.StorageAnalytics.TCorsRule.AllowedMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowedMethods: TArray<String> read GetAllowedMethods;

C++

__property System::DynamicArray<System::UnicodeString> AllowedMethods = {read=GetAllowedMethods};

Properties

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

Description

HTTP methods that the origin domain may use on the CORS request.

See Also