Home
last modified time | relevance | path

Searched refs:DownloadFileAsync (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/tests/
H A DWebClientTest.cs68 …AssertExtensions.Throws<ArgumentNullException>("address", () => { wc.DownloadFileAsync((Uri)null, … in DownloadFile_InvalidArguments_ThrowExceptions()
69 …AssertExtensions.Throws<ArgumentNullException>("address", () => { wc.DownloadFileAsync((Uri)null, … in DownloadFile_InvalidArguments_ThrowExceptions()
77 …AssertExtensions.Throws<ArgumentNullException>("fileName", () => { wc.DownloadFileAsync(new Uri("h… in DownloadFile_InvalidArguments_ThrowExceptions()
78 …AssertExtensions.Throws<ArgumentNullException>("fileName", () => { wc.DownloadFileAsync(new Uri("h… in DownloadFile_InvalidArguments_ThrowExceptions()
456 Assert.Throws<NotSupportedException>(() => { wc.DownloadFileAsync(url, "path"); }); in ConcurrentOperations_Throw()
497 protected abstract Task DownloadFileAsync(WebClient wc, string address, string fileName); in DownloadFileAsync() method in System.Net.Tests.WebClientTestBase
583 Task download = DownloadFileAsync(wc, url.ToString(), tempPath); in DownloadFile_Success()
712 …protected override Task DownloadFileAsync(WebClient wc, string address, string fileName) => Task.R… in DownloadFileAsync() method in System.Net.Tests.SyncWebClientTest
732 …protected override Task DownloadFileAsync(WebClient wc, string address, string fileName) => wc.Dow… in DownloadFileAsync() method in System.Net.Tests.TaskWebClientTest
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/GoogleDriveIntegration/
H A DGoogleDriveAccessor.cs62 return this.DownloadFileAsync(fileStream, filename).GetAwaiter().GetResult(); in DownloadFile()
178 …private async Task<FileDownloadResult> DownloadFileAsync(System.IO.MemoryStream outStream, string … in DownloadFileAsync() method in Mesen.GUI.GoogleDriveIntegration.GoogleDriveAccessor
/dports/sysutils/py-salt/salt-3004.1/pkg/windows/modules/
H A Ddownload-module.psm135 $client.DownloadFileAsync($url, $localFile) in DownloadFileWithProgress()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DDownload.cs64 wc.DownloadFileAsync(new Uri(url), path); in Download()
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A DGetFile.cs429 webClient.DownloadFileAsync(uri, fileName); in Main()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A DGetFile.cs450 webClient.DownloadFileAsync(uri, fileName); in Main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A DGetFile.cs450 webClient.DownloadFileAsync(uri, fileName); in Main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A DGetFile.cs450 webClient.DownloadFileAsync(uri, fileName); in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/ref/
H A DSystem.Net.WebClient.cs116 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
117 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.Devices/
H A DNetwork.vb95 client.DownloadFileAsync(address, destinationFileName)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/src/System/Net/
H A DWebClient.cs1436 public void DownloadFileAsync(Uri address, string fileName) => in DownloadFileAsync() method in System.Net.WebClient
1437 DownloadFileAsync(address, fileName, null); in DownloadFileAsync()
1439 public void DownloadFileAsync(Uri address, string fileName, object userToken) in DownloadFileAsync() method in System.Net.WebClient
1791 try { DownloadFileAsync(address, fileName, tcs); } in DownloadFileTaskAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs2107 public void DownloadFileAsync(Uri address, string fileName) in DownloadFileAsync() method in System.Net.WebClient
2109 DownloadFileAsync(address, fileName, null); in DownloadFileAsync()
2112 public void DownloadFileAsync(Uri address, string fileName, object userToken) in DownloadFileAsync() method in System.Net.WebClient
2771 try { this.DownloadFileAsync(address, fileName, tcs); } in DownloadFileTaskAsync()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs6368 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
6370 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6439 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
6441 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs6366 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
6368 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs6435 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
6437 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs9072 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9073 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs8748 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
8749 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs9085 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9087 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs9117 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9119 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs9115 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9117 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs9085 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9087 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs9085 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9087 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs9107 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9109 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs9361 public void DownloadFileAsync(System.Uri address, string fileName) { } in DownloadFileAsync() method in System.Net.WebClient
9363 public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { } in DownloadFileAsync() method in System.Net.WebClient

12