System.Net.Tests.FtpWebRequestTest.DoDownload C# (CSharp) Method

DoDownload() private static method

private static DoDownload ( FtpExecutionMode mode, string method, string uri ) : byte[]
mode FtpExecutionMode
method string
uri string
return byte[]
        private static byte[] DoDownload(FtpExecutionMode mode, string method, string uri)
        {
            return Do(mode, method, uri, null);
        }