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.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Stream ResponseStream { get; set; }
Public Property ResponseStream As Stream
Get
Set
public:
property Stream^ ResponseStream {
Stream^ get ();
void set (Stream^ value);
}
member ResponseStream : Stream with get, set
Property Value
Type:
StreamSee Also