AWS SDK for .NET Documentation
OpenStream Method (request)
AmazonAmazon.S3.TransferTransferUtilityOpenStream(TransferUtilityOpenStreamRequest) Did this page help you?   Yes   No    Tell us about it...
Returns a stream to read the contents from Amazon S3 as specified by the TransferUtilityOpenStreamRequest. The caller of this method is responsible for closing the stream.
Declaration Syntax
C#
public Stream OpenStream(
	TransferUtilityOpenStreamRequest request
)
Parameters
request (TransferUtilityOpenStreamRequest)
Contains all the parameters required to open a stream to an S3 object.
Return Value
A stream of the contents from Amazon S3.

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