AWS SDK for .NET Documentation
WriteResponseStreamToFile Method (filePath, append)
AmazonAmazon.S3.ModelGetObjectResponseWriteResponseStreamToFile(String, Boolean) Did this page help you?   Yes   No    Tell us about it...
Writes the content of the ResponseStream a file indicated by the filePath argument.
Declaration Syntax
C#
public void WriteResponseStreamToFile(
	string filePath,
	bool append
)
Parameters
filePath (String)
The location where to write the ResponseStream
append (Boolean)
Whether or not to append to the file if it exists

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