Table of Contents

Class StreamResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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

Stream

Methods

Dispose()

Disposes of all managed and unmanaged resources.

public void Dispose()