Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

CorsHttpMethods Enumeration (Microsoft.WindowsAzure.Storage.Shared.Protocol)

HTTP methods that are supported by CORS.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[FlagsAttribute]
public enum CorsHttpMethods
 
[FlagsAttribute]
public enum class CorsHttpMethods
 
[<FlagsAttribute>]
type CorsHttpMethods
 
<FlagsAttribute>
Public Enumeration CorsHttpMethods

Members

Member nameDescription
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.

Return to top