HTTP methods that are supported by CORS.
Namespace: Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As CorsHttpMethods |
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration CorsHttpMethods |
| C# |
|---|
[FlagsAttribute] public enum CorsHttpMethods |
| C++ |
|---|
[FlagsAttribute] public enum class CorsHttpMethods |
| J# |
|---|
/** @attribute FlagsAttribute() */ public enum CorsHttpMethods |
| JScript |
|---|
FlagsAttribute public enum CorsHttpMethods |
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. |