Data.Cloud.AzureAPI.StorageAnalytics.TCorsRule.AllowedMethods

From RAD Studio API Documentation
Revision as of 14:50, 26 April 2016 by AChaves (talk | contribs) (RS-73640)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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