| PutObjectRequest Constructor (String, String, Stream) | 
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic PutObjectRequest(
	string bucketName,
	string key,
	Stream content
)
Public Sub New ( 
	bucketName As String,
	key As String,
	content As Stream
)
public:
PutObjectRequest(
	String^ bucketName, 
	String^ key, 
	Stream^ content
)
new : 
        bucketName : string * 
        key : string * 
        content : Stream -> PutObjectRequestParameters
- bucketName
 - Type: SystemString
bucket name - key
 - Type: SystemString
object key - content
 - Type: System.IOStream
content to upload 
See Also