Click or drag to resize
GeneratePresignedUriRequest Constructor (String, String, SignHttpMethod)
Initializes a new instance of the GeneratePresignedUriRequest class

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public GeneratePresignedUriRequest(
	string bucketName,
	string key,
	SignHttpMethod httpMethod
)

Parameters

bucketName
Type: SystemString
key
Type: SystemString
httpMethod
Type: Aliyun.OpenServices.OpenStorageServiceSignHttpMethod
See Also