| 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.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic IList<string> AllowedHeaders { get; set; }Public Property AllowedHeaders As IList(Of String)
	Get
	Set
public:
property IList<String^>^ AllowedHeaders {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}member AllowedHeaders : IList<string> with get, set
Property Value
Type: 
IListString
See Also