Amazon.S3.Model.GetObjectResponse.WriteResponseStreamToFile C# (CSharp) Метод

WriteResponseStreamToFile() публичный Метод

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
Результат void
        public void WriteResponseStreamToFile(string filePath)
        {
            WriteResponseStreamToFile(filePath, false);
        }

Same methods

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