Click or drag to resize
OssClientPutObject Method (Uri, Stream)
使用URL签名方式上传指定输入流。

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

Parameters

signedUrl
Type: SystemUri
PUT请求类型的URL签名。
content
Type: System.IOStream
请求输入流。

Return Value

Type: PutObjectResult
PutObjectResult实例。

Implements

IOssPutObject(Uri, Stream)
See Also