Amazon.S3.Model.GetObjectResponse.WriteResponseStreamToFile C# (CSharp) Méthode

WriteResponseStreamToFile() public méthode

Writes the content of the ResponseStream a file indicated by the filePath argument.
public WriteResponseStreamToFile ( string filePath ) : void
filePath string The location where to write the ResponseStream
Résultat void
        public void WriteResponseStreamToFile(string filePath)
        {
            WriteResponseStreamToFile(filePath, false);
        }

Same methods

GetObjectResponse::WriteResponseStreamToFile ( string filePath, bool append ) : void