Aliyun OSS SDK for .NET
Aliyun OSS SDK for .NET
Aliyun.OSS
IOss Interface
IOss Methods
PutObject Method
PutObject Method (Uri, Stream)
PutObject Method (Uri, String)
PutObject Method (String, String, Stream)
PutObject Method (String, String, String)
PutObject Method (String, String, Stream, ObjectMetadata)
PutObject Method (String, String, String, ObjectMetadata)
IOss
PutObject Method (Uri, Stream)
使用URL签名方式上传指定输入流。
Namespace:
Aliyun.OSS
Assembly:
Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
Copy
PutObjectResult
PutObject
(
Uri
signedUrl
,
Stream
content
)
Parameters
signedUrl
Type:
System
Uri
PUT请求类型的URL签名。
content
Type:
System.IO
Stream
请求输入流。
Return Value
Type:
PutObjectResult
PutObjectResult
实例。
See Also
Reference
IOss Interface
PutObject Overload
Aliyun.OSS Namespace
Copyright (C) Alibaba Cloud Computing