C#C++F#VB
CorsRule Class
Class representing the service properties pertaining to CORS.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
| Name | Description | |
|---|---|---|
| CorsRule()()()() |
Properties
| Name | Description | |
|---|---|---|
| AllowedHeadersAllowedHeadersAllowedHeadersAllowedHeaders | Gets or sets headers allowed to be part of the CORS request. | |
| AllowedMethodsAllowedMethodsAllowedMethodsAllowedMethods | Gets or sets the HTTP methods permitted to execute for this origin. | |
| AllowedOriginsAllowedOriginsAllowedOriginsAllowedOrigins | Gets or sets domain names allowed via CORS. | |
| ExposedHeadersExposedHeadersExposedHeadersExposedHeaders | Gets or sets response headers that should be exposed to client via CORS. | |
| MaxAgeInSecondsMaxAgeInSecondsMaxAgeInSecondsMaxAgeInSeconds | Gets or sets the length of time in seconds that a preflight response should be cached by browser. |
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.