Table of Contents

Class CorsProperties

Namespace
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Class representing the service properties pertaining to CORS.

public sealed class CorsProperties
Inheritance
CorsProperties
Inherited Members

Constructors

CorsProperties()

Constructs a CORS Properties object.

public CorsProperties()

Properties

CorsRules

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

public IList<CorsRule> CorsRules { get; }

Property Value

IList<CorsRule>

A collection containing CORS rules, limited to 5.