GeneratePresignedUriRequestMethod Property |
获取或者设置HttpMethod。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic SignHttpMethod Method { get; set; }
Public Property Method As SignHttpMethod
Get
Set
public:
property SignHttpMethod Method {
SignHttpMethod get ();
void set (SignHttpMethod value);
}
member Method : SignHttpMethod with get, set
Property Value
Type:
SignHttpMethod
See Also