C#C++F#VB
CorsProperties Class
Class representing the service properties pertaining to CORS.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Shared.Protocol.::..CorsProperties
Syntax
Constructors
Name | Description | |
---|---|---|
CorsProperties()()()() | Constructs a CORS Properties object. |
Properties
Name | Description | |
---|---|---|
CorsRulesCorsRulesCorsRulesCorsRules | Gets or sets CORS rules. The order of the list corresponds to precedence of rules. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.