Skip to content

Commit 78344cc

Browse files
Jan JahodaJan JahodaManickaP
authored
Add comment about BaseAddress merging (#4721)
* Add comment about BaseAddress merging * Update xml/System.Net.Http/HttpClient.xml Co-authored-by: Marie Píchová <[email protected]> Co-authored-by: Jan Jahoda <[email protected]> Co-authored-by: Marie Píchová <[email protected]>
1 parent ae34e30 commit 78344cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/System.Net.Http/HttpClient.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ The specified `handler` will be disposed of by calling [HttpClient.Dispose](xref
346346
347347
## Remarks
348348
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.
349+
350+
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.
349351
350352
]]></format>
351353
</remarks>

0 commit comments

Comments
 (0)