Click or drag to resize
CORSRuleMaxAgeSeconds Property
HTTP Access-Control-Max-Age's getter and setter, in seconds. The Access-Control-Max-Age header indicates how long the results of a preflight request (OPTIONS) can be cached in a preflight result cache. The max value is 999999999.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public int MaxAgeSeconds { get; set; }

Property Value

Type: Int32
See Also