You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.Http/HttpClient.xml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1007,6 +1007,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1007
1007
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
1008
1008
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
1009
1009
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1010
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
1010
1011
</Docs>
1011
1012
</Member>
1012
1013
<MemberMemberName="GetAsync">
@@ -1124,6 +1125,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1124
1125
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
1125
1126
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
1126
1127
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1128
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
1127
1129
</Docs>
1128
1130
</Member>
1129
1131
<MemberMemberName="GetAsync">
@@ -1187,6 +1189,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1187
1189
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
1188
1190
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
1189
1191
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1192
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
1190
1193
</Docs>
1191
1194
</Member>
1192
1195
<MemberMemberName="GetAsync">
@@ -1364,6 +1367,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1364
1367
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
1365
1368
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
1366
1369
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1370
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
1367
1371
</Docs>
1368
1372
</Member>
1369
1373
<MemberMemberName="GetAsync">
@@ -1508,6 +1512,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1508
1512
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
1509
1513
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
1510
1514
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1515
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
1511
1516
</Docs>
1512
1517
</Member>
1513
1518
<MemberMemberName="GetByteArrayAsync">
@@ -1623,6 +1628,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1623
1628
</remarks>
1624
1629
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).</exception>
1625
1630
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1631
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
1626
1632
</Docs>
1627
1633
</Member>
1628
1634
<MemberMemberName="GetByteArrayAsync">
@@ -1756,6 +1762,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1756
1762
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
1757
1763
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).</exception>
1758
1764
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1765
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
1759
1766
</Docs>
1760
1767
</Member>
1761
1768
<MemberMemberName="GetStreamAsync">
@@ -1871,6 +1878,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1871
1878
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="requestUri" /> is <seelangword="null" />.</exception>
1872
1879
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).</exception>
1873
1880
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
1881
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
@@ -2003,6 +2011,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2003
2011
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
2004
2012
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).</exception>
2005
2013
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
2014
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
2006
2015
</Docs>
2007
2016
</Member>
2008
2017
<MemberMemberName="GetStringAsync">
@@ -2117,6 +2126,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2117
2126
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="requestUri" /> is <seelangword="null" />.</exception>
2118
2127
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation (or timeout for .NET Framework only).</exception>
2119
2128
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
2129
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
2120
2130
</Docs>
2121
2131
</Member>
2122
2132
<MemberMemberName="GetStringAsync">
@@ -2259,6 +2269,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2259
2269
2260
2270
]]></format>
2261
2271
</remarks>
2272
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
2262
2273
</Docs>
2263
2274
</Member>
2264
2275
<MemberMemberName="PatchAsync">
@@ -2356,6 +2367,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2356
2367
2357
2368
]]></format>
2358
2369
</remarks>
2370
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
2359
2371
</Docs>
2360
2372
</Member>
2361
2373
<MemberMemberName="PatchAsync">
@@ -2485,6 +2497,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2485
2497
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
2486
2498
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
2487
2499
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
2500
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
2488
2501
</Docs>
2489
2502
</Member>
2490
2503
<MemberMemberName="PostAsync">
@@ -2608,6 +2621,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2608
2621
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
2609
2622
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
2610
2623
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
2624
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
2611
2625
</Docs>
2612
2626
</Member>
2613
2627
<MemberMemberName="PostAsync">
@@ -2750,6 +2764,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2750
2764
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
2751
2765
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
2752
2766
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
2767
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
2753
2768
</Docs>
2754
2769
</Member>
2755
2770
<MemberMemberName="PutAsync">
@@ -2873,6 +2888,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2873
2888
<exceptioncref="T:System.InvalidOperationException">The <paramrefname="requestUri" /> must be an absolute URI or <seecref="P:System.Net.Http.HttpClient.BaseAddress" /> must be set.</exception>
2874
2889
<exceptioncref="T:System.Net.Http.HttpRequestException">The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout.</exception>
2875
2890
<exceptioncref="T:System.Threading.Tasks.TaskCanceledException">.NET Core and .NET 5 and later only: The request failed due to timeout.</exception>
2891
+
<exceptioncref="T:System.UriFormatException">The provided request URI is not valid relative or absolute URI.</exception>
0 commit comments