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.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public int MaxAgeSeconds { get; set; }
Public Property MaxAgeSeconds As Integer
Get
Set
public:
property int MaxAgeSeconds {
int get ();
void set (int value);
}
member MaxAgeSeconds : int with get, set
Property Value
Type:
Int32See Also