Click or drag to resize
UploadObjectRequestUploadStream Property
Gets or sets the upload stream. Note: when both UploadStream and UploadFile properties are set, the UploadStream will be used. It will be disposed once the ResumableUploadFile finishes.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public Stream UploadStream { get; set; }

Property Value

Type: Stream
The upload stream.
See Also