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