Click or drag to resize
PutObjectRequest Constructor (String, String, Stream)
Creates a new instance of PutObjectRequest

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

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
object key
content
Type: System.IOStream
content to upload
See Also