Click or drag to resize
OssClientPutObject Method (Uri, Stream)
Uploads the instream via the signed url.

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

Parameters

signedUrl
Type: SystemUri
Signed url
content
Type: System.IOStream
content stream

Return Value

Type: PutObjectResult
PutObjectResult instance

Implements

IOssPutObject(Uri, Stream)
See Also