Click or drag to resize
GeneratePresignedUriRequest Constructor (String, String, SignHttpMethod)
Creates a GeneratePresignedUriRequest instance.

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

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
object key
httpMethod
Type: Aliyun.OSSSignHttpMethod
http method
See Also