| GeneratePresignedUriRequestMethod Property  | 
            HTTP method getter/setter.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
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