Class CorsRule
- Namespace
- Microsoft.Azure.Cosmos.Table
- Assembly
- Microsoft.Azure.Cosmos.Table.dll
public sealed class CorsRule
- Inheritance
-
CorsRule
- Inherited Members
-
Constructors
CorsRule()
Properties
public IList<string> AllowedHeaders { get; set; }
Property Value
- IList<string>
AllowedMethods
public CorsHttpMethods AllowedMethods { get; set; }
Property Value
- CorsHttpMethods
AllowedOrigins
public IList<string> AllowedOrigins { get; set; }
Property Value
- IList<string>
public IList<string> ExposedHeaders { get; set; }
Property Value
- IList<string>
MaxAgeInSeconds
public int MaxAgeInSeconds { get; set; }
Property Value
- int