Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

CorsProperties Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Class representing the service properties pertaining to CORS.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..CorsProperties

Syntax

 
public sealed class CorsProperties
 
public ref class CorsProperties sealed 
 
[<Sealed>]
type CorsProperties = class end
 
Public NotInheritable Class CorsProperties

Constructors

NameDescription
System_CAPS_pubmethodCorsProperties()()()()

Constructs a CORS Properties object.

Properties

NameDescription
System_CAPS_pubpropertyCorsRulesCorsRulesCorsRulesCorsRules

Gets or sets CORS rules. The order of the list corresponds to precedence of rules.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top