Skip to content

Commit 7e81a1b

Browse files
committed
capitalize more Uri
1 parent 43d8ee0 commit 7e81a1b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

xml/System.Net.Http/HttpClient.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ The specified `handler` will be disposed of by calling [HttpClient.Dispose](xref
264264
<format type="text/markdown"><![CDATA[
265265
266266
## Remarks
267-
When sending a <xref:System.Net.Http.HttpRequestMessage> with a relative Uri, the message Uri will be added to the <xref:System.Net.Http.HttpClient.BaseAddress%2A> property to create an absolute Uri.
267+
When sending a <xref:System.Net.Http.HttpRequestMessage> with a relative URI, the message URI is added to the <xref:System.Net.Http.HttpClient.BaseAddress%2A> property to create an absolute RI.
268268
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 (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.
270270
271271
]]></format>
272272
</remarks>
@@ -508,7 +508,7 @@ This property has no effect on any of the <xref:System.Net.Http.HttpClient.Send%
508508
<AssemblyVersion>4.2.0.0</AssemblyVersion>
509509
</AssemblyInfo>
510510
<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>
512512
</Docs>
513513
</MemberGroup>
514514
<Member MemberName="DeleteAsync">
@@ -558,7 +558,7 @@ This property has no effect on any of the <xref:System.Net.Http.HttpClient.Send%
558558
</Parameters>
559559
<Docs>
560560
<param name="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>
562562
<returns>The task object representing the asynchronous operation.</returns>
563563
<remarks>
564564
<format type="text/markdown"><![CDATA[
@@ -630,7 +630,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
630630
</Parameters>
631631
<Docs>
632632
<param name="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>
634634
<returns>The task object representing the asynchronous operation.</returns>
635635
<remarks>
636636
<format type="text/markdown"><![CDATA[
@@ -708,7 +708,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
708708
<Docs>
709709
<param name="requestUri">The URI the request is sent to.</param>
710710
<param name="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>
712712
<returns>The task object representing the asynchronous operation.</returns>
713713
<remarks>
714714
<format type="text/markdown"><![CDATA[
@@ -786,7 +786,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
786786
<Docs>
787787
<param name="requestUri">The URI the request is sent to.</param>
788788
<param name="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>
790790
<returns>The task object representing the asynchronous operation.</returns>
791791
<remarks>
792792
<format type="text/markdown"><![CDATA[
@@ -1511,7 +1511,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
15111511
</Parameters>
15121512
<Docs>
15131513
<param name="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>
15151515
<returns>The task object representing the asynchronous operation.</returns>
15161516
<remarks>
15171517
<format type="text/markdown"><![CDATA[
@@ -1636,7 +1636,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
16361636
<Docs>
16371637
<param name="requestUri">The URI the request is sent to.</param>
16381638
<param name="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>
16401640
<returns>The task object representing the asynchronous operation.</returns>
16411641
<remarks>
16421642
<format type="text/markdown"><![CDATA[
@@ -2531,7 +2531,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
25312531
<AssemblyVersion>4.1.1.0</AssemblyVersion>
25322532
</AssemblyInfo>
25332533
<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>
25352535
<remarks>
25362536
<format type="text/markdown"><![CDATA[
25372537
@@ -2588,7 +2588,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
25882588
<Docs>
25892589
<param name="requestUri">The URI the request is sent to.</param>
25902590
<param name="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>
25922592
<returns>The task object representing the asynchronous operation.</returns>
25932593
<remarks>
25942594
<format type="text/markdown"><![CDATA[
@@ -2648,7 +2648,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
26482648
<Docs>
26492649
<param name="requestUri">The URI the request is sent to.</param>
26502650
<param name="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>
26522652
<returns>The task object representing the asynchronous operation.</returns>
26532653
<remarks>
26542654
<format type="text/markdown"><![CDATA[
@@ -2814,7 +2814,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
28142814
<AssemblyVersion>4.1.1.0</AssemblyVersion>
28152815
</AssemblyInfo>
28162816
<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>
28182818
<remarks>
28192819
<format type="text/markdown"><![CDATA[
28202820
@@ -2871,7 +2871,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
28712871
<Docs>
28722872
<param name="requestUri">The URI the request is sent to.</param>
28732873
<param name="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>
28752875
<returns>The task object representing the asynchronous operation.</returns>
28762876
<remarks>
28772877
<format type="text/markdown"><![CDATA[
@@ -2931,7 +2931,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
29312931
<Docs>
29322932
<param name="requestUri">The URI the request is sent to.</param>
29332933
<param name="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>
29352935
<returns>The task object representing the asynchronous operation.</returns>
29362936
<remarks>
29372937
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)