Click or drag to resize
OssClientPutObject Method (String, String, Stream)
上传指定的OssObject到指定的Bucket

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public PutObjectResult PutObject(
	string bucketName,
	string key,
	Stream content
)

Parameters

bucketName
Type: SystemString
指定的Bucket名称。
key
Type: SystemString
OssObjectKey
content
Type: System.IOStream
OssObjectContent

Return Value

Type: PutObjectResult
PutObjectResult实例。

Implements

IOssPutObject(String, String, Stream)
See Also