Home
last modified time | relevance | path

Searched refs:UploadValues (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/tests/
H A DWebClientTest.cs207 …AssertExtensions.Throws<ArgumentNullException>("address", () => { wc.UploadValues((string)null, nu… in UploadValues_InvalidArguments_ThrowExceptions()
208 …AssertExtensions.Throws<ArgumentNullException>("address", () => { wc.UploadValues((string)null, nu… in UploadValues_InvalidArguments_ThrowExceptions()
209 …AssertExtensions.Throws<ArgumentNullException>("address", () => { wc.UploadValues((Uri)null, null)… in UploadValues_InvalidArguments_ThrowExceptions()
210 …AssertExtensions.Throws<ArgumentNullException>("address", () => { wc.UploadValues((Uri)null, null,… in UploadValues_InvalidArguments_ThrowExceptions()
221 …AssertExtensions.Throws<ArgumentNullException>("data", () => { wc.UploadValues("http://localhost",… in UploadValues_InvalidArguments_ThrowExceptions()
222 …AssertExtensions.Throws<ArgumentNullException>("data", () => { wc.UploadValues("http://localhost",… in UploadValues_InvalidArguments_ThrowExceptions()
223 …AssertExtensions.Throws<ArgumentNullException>("data", () => { wc.UploadValues(new Uri("http://loc… in UploadValues_InvalidArguments_ThrowExceptions()
224 …AssertExtensions.Throws<ArgumentNullException>("data", () => { wc.UploadValues(new Uri("http://loc… in UploadValues_InvalidArguments_ThrowExceptions()
467 … Assert.Throws<NotSupportedException>(() => { wc.UploadValues(url, new NameValueCollection()); }); in ConcurrentOperations_Throw()
718 …nt wc, string address, NameValueCollection data) => Task.Run(() => wc.UploadValues(address, data)); in UploadValuesAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/ref/
H A DSystem.Net.WebClient.cs193 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
194 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
195 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
196 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DWebClientTest.cs1453 byte [] buffer = wc.UploadValues (url, nvc); in UploadValues1()
1480 wc.UploadValues ("tp://scheme.notsupported", in UploadValues1_Address_SchemeNotSupported()
1504 wc.UploadValues ("http://www.mono-project.com", in UploadValues1_Data_Null()
1521 wc.UploadValues ((Uri) null, new NameValueCollection ()); in UploadValues2_Address_Null()
1537 wc.UploadValues (new Uri ("tp://scheme.notsupported"), in UploadValues2_Address_SchemeNotSupported()
1561 wc.UploadValues (new Uri ("http://www.mono-project.com"), in UploadValues2_Data_Null()
1578 wc.UploadValues ((string) null, "POST", in UploadValues3_Address_Null()
1595 wc.UploadValues ("tp://scheme.notsupported", in UploadValues3_Address_SchemeNotSupported()
1619 wc.UploadValues ("http://www.mono-project.com", in UploadValues3_Data_Null()
1636 wc.UploadValues ((Uri) null, "POST", in UploadValues4_Address_Null()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/src/System/Net/
H A DWebClient.cs602 public byte[] UploadValues(string address, NameValueCollection data) => in UploadValues() method in System.Net.WebClient
603 UploadValues(GetUri(address), null, data); in UploadValues()
605 public byte[] UploadValues(Uri address, NameValueCollection data) => in UploadValues() method in System.Net.WebClient
606 UploadValues(address, null, data); in UploadValues()
608 public byte[] UploadValues(string address, string method, NameValueCollection data) => in UploadValues() method in System.Net.WebClient
609 UploadValues(GetUri(address), method, data); in UploadValues()
611 public byte[] UploadValues(Uri address, string method, NameValueCollection data) in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs774 public byte[] UploadValues(string address, NameValueCollection data) { in UploadValues() method in System.Net.WebClient
777 return UploadValues(GetUri(address), null, data); in UploadValues()
780 public byte[] UploadValues(Uri address, NameValueCollection data) { in UploadValues() method in System.Net.WebClient
781 return UploadValues(address, null, data); in UploadValues()
787 public byte[] UploadValues(string address, string method, NameValueCollection data) { in UploadValues() method in System.Net.WebClient
790 return UploadValues(GetUri(address), method, data); in UploadValues()
793 public byte[] UploadValues(Uri address, string method, NameValueCollection data) { in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs6506 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
6507 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
6508 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
6509 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6577 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
6578 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
6579 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
6580 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs6504 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
6505 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
6506 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
6507 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs6573 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
6574 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
6575 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
6576 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs9124 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9125 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9126 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9127 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs8800 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
8801 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
8802 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
8803 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs9223 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9224 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9225 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9226 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs9255 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9256 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9257 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9258 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs9253 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9254 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9255 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9256 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs9223 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9224 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9225 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9226 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs9223 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9224 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9225 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9226 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs9245 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9246 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9247 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9248 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs9499 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9500 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9501 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9502 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs9255 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9256 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9257 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9258 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs9474 …public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data… in UploadValues() method in System.Net.WebClient
9475 …public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValue… in UploadValues() method in System.Net.WebClient
9476 …public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection … in UploadValues() method in System.Net.WebClient
9477 …public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameV… in UploadValues() method in System.Net.WebClient