Click or drag to resize
CORSRuleAddAllowedMethod Method
Adds one allowed HTTP method

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public void AddAllowedMethod(
	string allowedMethod
)

Parameters

allowedMethod
Type: SystemString
allowed http method, such as GET,PUT,DELETE,POST,HEAD
See Also