Class StreamResponse
Base class for responses that return a stream.
public abstract class StreamResponse : AmazonWebServiceResponse, IDisposable
- Inheritance
-
StreamResponse
- Implements
- Derived
Constructors
StreamResponse()
protected StreamResponse()
Properties
ResponseStream
An open stream read from to get the data from S3. In order to use this stream without leaking the underlying resource, please wrap access to the stream within a using block.
public Stream ResponseStream { get; set; }
Property Value
Methods
Dispose()
Disposes of all managed and unmanaged resources.
public void Dispose()