GetObjectResponse.WriteResponseStreamToFile Method (string, bool)

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Writes the content of the ResponseStream a file indicated by the filePath argument.

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public void WriteResponseStreamToFile(
         String filePath,
         Boolean append
)

Parameters

filePath
Type: System.String

The location where to write the ResponseStream

append
Type: System.Boolean

Whether or not to append to the file if it exists

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5