CORSRuleAddAllowedMethod Method |
Adds one allowed HTTP method
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public 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