Click or drag to resize
UploadObjectRequest Constructor (String, String, Stream)
Initializes a new instance of the UploadObjectRequest class.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public UploadObjectRequest(
	string bucketName,
	string key,
	Stream uploadStream
)

Parameters

bucketName
Type: SystemString
Bucket name.
key
Type: SystemString
Key.
uploadStream
Type: System.IOStream
Upload stream.
See Also