CorsRule Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property AllowedHeaders Gets or sets headers allowed to be part of the CORS request.
public property AllowedMethods Gets or sets the HTTP methods permitted to execute for this origin.
public property AllowedOrigins Gets or sets domain names allowed via CORS.
public property ExposedHeaders Gets or sets response headers that should be exposed to client via CORS.
public property MaxAgeInSeconds Gets or sets the length of time in seconds that a preflight response should be cached by browser.

See Also