Enum CorsHttpMethods
- Namespace
- Microsoft.WindowsAzure.Storage.Shared.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
HTTP methods that are supported by CORS.
[Flags]
public enum CorsHttpMethods
Fields
Represents the CONNECT HTTP method in a CORS rule.
Represents the DELETE HTTP method in a CORS rule.
Represents the GET HTTP method in a CORS rule.
Represents the HEAD HTTP method in a CORS rule.
Represents the MERGE HTTP method in a CORS rule.
Represents no HTTP method in a CORS rule.
Represents the OPTIONS HTTP method in a CORS rule.
Represents the POST HTTP method in a CORS rule.
Represents the PUT HTTP method in a CORS rule.
Represents the TRACE HTTP method in a CORS rule.