Home
last modified time | relevance | path

Searched refs:DownloadDataTaskAsync (Results 1 – 18 of 18) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DWebClientTestAsync.cs71 await wc.DownloadDataTaskAsync (url); in DownloadData()
111 var task = wc.DownloadDataTaskAsync (url); in Cancellation()
154 await wc.DownloadDataTaskAsync ("http://www.mono-project.com/"); in DownloadMultiple2()
182 await wc.DownloadDataTaskAsync ("http://www.mono-project.com/"); in DownloadMultiple3()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/tests/
H A DWebClientTest.cs56 …sions.Throws<ArgumentNullException>("address", "path", () => { wc.DownloadDataTaskAsync((string)nu… in DownloadData_InvalidArguments_ThrowExceptions()
57 …ertExtensions.Throws<ArgumentNullException>("address", () => { wc.DownloadDataTaskAsync((Uri)null)… in DownloadData_InvalidArguments_ThrowExceptions()
448 Task ignored = wc.DownloadDataTaskAsync(url); // won't complete in ConcurrentOperations_Throw()
451 Assert.Throws<NotSupportedException>(() => { wc.DownloadDataTaskAsync(url); }); in ConcurrentOperations_Throw()
731 … Task<byte[]> DownloadDataAsync(WebClient wc, string address) => wc.DownloadDataTaskAsync(address); in DownloadDataAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/ref/
H A DSystem.Net.WebClient.cs112 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
113 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/src/System/Net/
H A DWebClient.cs1752 public Task<byte[]> DownloadDataTaskAsync(string address) => in DownloadDataTaskAsync() method in System.Net.WebClient
1753 DownloadDataTaskAsync(GetUri(address)); in DownloadDataTaskAsync()
1755 public Task<byte[]> DownloadDataTaskAsync(Uri address) in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs2722 public Task<byte[]> DownloadDataTaskAsync(string address) in DownloadDataTaskAsync() method in System.Net.WebClient
2724 return DownloadDataTaskAsync(this.GetUri(address)); in DownloadDataTaskAsync()
2729 public Task<byte[]> DownloadDataTaskAsync(Uri address) in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs6361 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
6364 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6432 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
6435 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs6359 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
6362 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs6428 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
6431 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs9078 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9081 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs9110 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9113 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs9108 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9111 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs9078 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9081 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs9078 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9081 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs9100 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9103 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs9354 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9357 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs9110 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9113 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs9329 … public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; } in DownloadDataTaskAsync() method in System.Net.WebClient
9332 …public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null;… in DownloadDataTaskAsync() method in System.Net.WebClient