AWS SDK for .NET Documentation
ResponseStream Property
AmazonAmazon.S3.ModelS3ResponseResponseStream Did this page help you?   Yes   No    Tell us about it...
Gets and sets the ResponseStream property. This property only has a valid value for GetObjectResponses. In order to use this stream without leaking the underlying resource, please wrap access to the stream within a using block.
CopyC#
Declaration Syntax
C#
public Stream ResponseStream { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)