| 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)
Syntaxpublic 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: 
Stream
See Also