Home
last modified time | relevance | path

Searched refs:DownloadStringTaskAsync (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.cs140 var t3 = wc.DownloadStringTaskAsync ("http://www.google.com/"); in DownloadMultiple()
153 await wc.DownloadStringTaskAsync ("http://www.google.com/"); in DownloadMultiple2()
181 await wc.DownloadStringTaskAsync ("http://www.google.com/"); in DownloadMultiple3()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/tests/
H A DWebClientTest.cs95 …ions.Throws<ArgumentNullException>("address", "path", () => { wc.DownloadStringTaskAsync((string)n… in DownloadString_InvalidArguments_ThrowExceptions()
96 …rtExtensions.Throws<ArgumentNullException>("address", () => { wc.DownloadStringTaskAsync((Uri)null… in DownloadString_InvalidArguments_ThrowExceptions()
375 Task<string> download = wc.DownloadStringTaskAsync(url.ToString()); in ResponseHeaders_ContainsHeadersAfterOperation()
398 …await Assert.ThrowsAsync<WebException>(() => wc.DownloadStringTaskAsync(System.Net.Test.Common.Con… in RequestHeaders_AddDisallowedHeaderAndSendRequest_ThrowsWebException()
411 …await Assert.ThrowsAsync<WebException>(() => wc.DownloadStringTaskAsync(System.Net.Test.Common.Con… in RequestHeaders_AddHostHeaderAndSendRequest_ExpectedResult()
415 … await wc.DownloadStringTaskAsync(System.Net.Test.Common.Configuration.Http.RemoteEchoServer); in RequestHeaders_AddHostHeaderAndSendRequest_ExpectedResult()
431 Task<string> download = wc.DownloadStringTaskAsync(url.ToString()); in RequestHeaders_SpecialHeaders_RequestSucceeds()
454 Assert.Throws<NotSupportedException>(() => { wc.DownloadStringTaskAsync(url); }); in ConcurrentOperations_Throw()
733 …k<string> DownloadStringAsync(WebClient wc, string address) => wc.DownloadStringTaskAsync(address); in DownloadStringAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/ref/
H A DSystem.Net.WebClient.cs124 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
125 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() 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.cs1641 public Task<string> DownloadStringTaskAsync(string address) => in DownloadStringTaskAsync() method in System.Net.WebClient
1642 DownloadStringTaskAsync(GetUri(address)); in DownloadStringTaskAsync()
1644 public Task<string> DownloadStringTaskAsync(Uri address) in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs2567 public Task<string> DownloadStringTaskAsync(string address) in DownloadStringTaskAsync() method in System.Net.WebClient
2569 return DownloadStringTaskAsync(this.GetUri(address)); in DownloadStringTaskAsync()
2574 public Task<string> DownloadStringTaskAsync(Uri address) in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs6385 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
6388 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6456 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
6459 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs6383 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
6386 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs6452 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
6455 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs9102 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9105 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs9134 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9137 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs9132 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9135 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs9102 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9105 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs9102 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9105 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs9124 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9127 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs9378 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9381 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs9134 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9137 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs9353 … public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; } in DownloadStringTaskAsync() method in System.Net.WebClient
9356 …public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw nul… in DownloadStringTaskAsync() method in System.Net.WebClient