CORSRuleAddAllowedMethod Method |
Adds one allowed HTTP method
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
Syntaxpublic void AddAllowedMethod(
string allowedMethod
)
Public Sub AddAllowedMethod (
allowedMethod As String
)
public:
void AddAllowedMethod(
String^ allowedMethod
)
member AddAllowedMethod :
allowedMethod : string -> unit
Parameters
- allowedMethod
- Type: SystemString
allowed http method, such as GET,PUT,DELETE,POST,HEAD
See Also