Click or drag to resize
CORSRuleAllowedHeaders Property
Get or set Allowed Headers. This property is to specify the value of Access-Control-Allowed-Headers in the preflight response. It defines the allowed headers in the actual CORS request. Each allowed header can have up to one wildcard (*).

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public IList<string> AllowedHeaders { get; set; }

Property Value

Type: IListString
See Also