Click or drag to resize
StreamResultResponseStream Property
An open stream read from to get the data from OSS. In order to use this stream without leaking the underlying resource, please wrap access to the stream within a using block.

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

Property Value

Type: Stream
See Also