Writes the content of the ResponseStream a file indicated by the filePath argument.
            

 Declaration Syntax
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)