Click or drag to resize
CORSRuleAllowedMethods Property
Allowed HTTP Method. Valid values are GET,PUT,DELETE,POST,HEAD. This property is to specify the value of Access-Control-Allow-Methods header in the preflight response. It means the allowed methods in the actual CORS request.

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

Property Value

Type: IListString
See Also