CorsHttpMethods Enumeration

Windows Runtime Azure Storage Client Library

HTTP methods that are supported by CORS.

Namespace: Microsoft.WindowsAzure.Storage.Shared.Protocol
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 nameDescription
ConnectRepresents the CONNECT HTTP method in a CORS rule.
DeleteRepresents the DELETE HTTP method in a CORS rule.
GetRepresents the GET HTTP method in a CORS rule.
HeadRepresents the HEAD HTTP method in a CORS rule.
MergeRepresents the MERGE HTTP method in a CORS rule.
NoneRepresents no HTTP method in a CORS rule.
OptionsRepresents the OPTIONS HTTP method in a CORS rule.
PostRepresents the POST HTTP method in a CORS rule.
PutRepresents the PUT HTTP method in a CORS rule.
TraceRepresents the TRACE HTTP method in a CORS rule.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also