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
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -264,9 +264,9 @@ The specified `handler` will be disposed of by calling [HttpClient.Dispose](xref
264
264
<formattype="text/markdown">< Uniform Resource Identifier (URI) Generic Syntax specification.
269
+
Note that all characters after the right-most "/" in the base URI are excluded when combined with the message URI. See [RFC 3986](https://tools.ietf.org/html/rfc3986) Uniform Resource Identifier Generic Syntax specification.
270
270
271
271
]]></format>
272
272
</remarks>
@@ -508,7 +508,7 @@ This property has no effect on any of the <xref:System.Net.Http.HttpClient.Send%
508
508
<AssemblyVersion>4.2.0.0</AssemblyVersion>
509
509
</AssemblyInfo>
510
510
<Docs>
511
-
<summary>Send a DELETE request to the specified Uri as an asynchronous operation.</summary>
511
+
<summary>Send a DELETE request to the specified URI as an asynchronous operation.</summary>
512
512
</Docs>
513
513
</MemberGroup>
514
514
<MemberMemberName="DeleteAsync">
@@ -558,7 +558,7 @@ This property has no effect on any of the <xref:System.Net.Http.HttpClient.Send%
558
558
</Parameters>
559
559
<Docs>
560
560
<paramname="requestUri">The URI the request is sent to.</param>
561
-
<summary>Send a DELETE request to the specified Uri as an asynchronous operation.</summary>
561
+
<summary>Send a DELETE request to the specified URI as an asynchronous operation.</summary>
562
562
<returns>The task object representing the asynchronous operation.</returns>
563
563
<remarks>
564
564
<formattype="text/markdown"><![CDATA[
@@ -630,7 +630,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
630
630
</Parameters>
631
631
<Docs>
632
632
<paramname="requestUri">The URI the request is sent to.</param>
633
-
<summary>Send a DELETE request to the specified Uri as an asynchronous operation.</summary>
633
+
<summary>Send a DELETE request to the specified URI as an asynchronous operation.</summary>
634
634
<returns>The task object representing the asynchronous operation.</returns>
635
635
<remarks>
636
636
<formattype="text/markdown"><![CDATA[
@@ -708,7 +708,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
708
708
<Docs>
709
709
<paramname="requestUri">The URI the request is sent to.</param>
710
710
<paramname="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
711
-
<summary>Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.</summary>
711
+
<summary>Send a DELETE request to the specified URI with a cancellation token as an asynchronous operation.</summary>
712
712
<returns>The task object representing the asynchronous operation.</returns>
713
713
<remarks>
714
714
<formattype="text/markdown"><![CDATA[
@@ -786,7 +786,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
786
786
<Docs>
787
787
<paramname="requestUri">The URI the request is sent to.</param>
788
788
<paramname="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
789
-
<summary>Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.</summary>
789
+
<summary>Send a DELETE request to the specified URI with a cancellation token as an asynchronous operation.</summary>
790
790
<returns>The task object representing the asynchronous operation.</returns>
791
791
<remarks>
792
792
<formattype="text/markdown"><![CDATA[
@@ -1511,7 +1511,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1511
1511
</Parameters>
1512
1512
<Docs>
1513
1513
<paramname="requestUri">The URI the request is sent to.</param>
1514
-
<summary>Sends a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation.</summary>
1514
+
<summary>Sends a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.</summary>
1515
1515
<returns>The task object representing the asynchronous operation.</returns>
1516
1516
<remarks>
1517
1517
<formattype="text/markdown"><![CDATA[
@@ -1636,7 +1636,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1636
1636
<Docs>
1637
1637
<paramname="requestUri">The URI the request is sent to.</param>
1638
1638
<paramname="cancellationToken">The cancellation token to cancel the operation.</param>
1639
-
<summary>Sends a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation.</summary>
1639
+
<summary>Sends a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.</summary>
1640
1640
<returns>The task object representing the asynchronous operation.</returns>
1641
1641
<remarks>
1642
1642
<formattype="text/markdown"><![CDATA[
@@ -2531,7 +2531,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2531
2531
<AssemblyVersion>4.1.1.0</AssemblyVersion>
2532
2532
</AssemblyInfo>
2533
2533
<Docs>
2534
-
<summary>Send a POST request to the specified Uri as an asynchronous operation.</summary>
2534
+
<summary>Send a POST request to the specified URI as an asynchronous operation.</summary>
2535
2535
<remarks>
2536
2536
<formattype="text/markdown"><![CDATA[
2537
2537
@@ -2588,7 +2588,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2588
2588
<Docs>
2589
2589
<paramname="requestUri">The URI the request is sent to.</param>
2590
2590
<paramname="content">The HTTP request content sent to the server.</param>
2591
-
<summary>Send a POST request to the specified Uri as an asynchronous operation.</summary>
2591
+
<summary>Send a POST request to the specified URI as an asynchronous operation.</summary>
2592
2592
<returns>The task object representing the asynchronous operation.</returns>
2593
2593
<remarks>
2594
2594
<formattype="text/markdown"><![CDATA[
@@ -2648,7 +2648,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2648
2648
<Docs>
2649
2649
<paramname="requestUri">The URI the request is sent to.</param>
2650
2650
<paramname="content">The HTTP request content sent to the server.</param>
2651
-
<summary>Send a POST request to the specified Uri as an asynchronous operation.</summary>
2651
+
<summary>Send a POST request to the specified URI as an asynchronous operation.</summary>
2652
2652
<returns>The task object representing the asynchronous operation.</returns>
2653
2653
<remarks>
2654
2654
<formattype="text/markdown"><![CDATA[
@@ -2814,7 +2814,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2814
2814
<AssemblyVersion>4.1.1.0</AssemblyVersion>
2815
2815
</AssemblyInfo>
2816
2816
<Docs>
2817
-
<summary>Send a PUT request to the specified Uri as an asynchronous operation.</summary>
2817
+
<summary>Send a PUT request to the specified URI as an asynchronous operation.</summary>
2818
2818
<remarks>
2819
2819
<formattype="text/markdown"><![CDATA[
2820
2820
@@ -2871,7 +2871,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2871
2871
<Docs>
2872
2872
<paramname="requestUri">The URI the request is sent to.</param>
2873
2873
<paramname="content">The HTTP request content sent to the server.</param>
2874
-
<summary>Send a PUT request to the specified Uri as an asynchronous operation.</summary>
2874
+
<summary>Send a PUT request to the specified URI as an asynchronous operation.</summary>
2875
2875
<returns>The task object representing the asynchronous operation.</returns>
2876
2876
<remarks>
2877
2877
<formattype="text/markdown"><![CDATA[
@@ -2931,7 +2931,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
2931
2931
<Docs>
2932
2932
<paramname="requestUri">The URI the request is sent to.</param>
2933
2933
<paramname="content">The HTTP request content sent to the server.</param>
2934
-
<summary>Send a PUT request to the specified Uri as an asynchronous operation.</summary>
2934
+
<summary>Send a PUT request to the specified URI as an asynchronous operation.</summary>
2935
2935
<returns>The task object representing the asynchronous operation.</returns>
0 commit comments