CorsHttpMethods Enumeration
HTTP methods that are supported by CORS.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| Connect | Represents the CONNECT HTTP method in a CORS rule. | |
| Delete | Represents the DELETE HTTP method in a CORS rule. | |
| Get | Represents the GET HTTP method in a CORS rule. | |
| Head | Represents the HEAD HTTP method in a CORS rule. | |
| Merge | Represents the MERGE HTTP method in a CORS rule. | |
| None | Represents no HTTP method in a CORS rule. | |
| Options | Represents the OPTIONS HTTP method in a CORS rule. | |
| Post | Represents the POST HTTP method in a CORS rule. | |
| Put | Represents the PUT HTTP method in a CORS rule. | |
| Trace | Represents the TRACE HTTP method in a CORS rule. |