Skip to content

Commit 3c2f53c

Browse files
authored
Merge pull request #4267 from MihaZupan/uri-threadsafety
Document that System.Uri is thread-safe
2 parents 44af8fa + 4b17663 commit 3c2f53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System/Uri.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ Uri baseUri = new Uri(@"\\host\share\some\directory\name\");
233233
234234
]]></format>
235235
</remarks>
236+
<threadsafe>All members of <see cref="T:System.Uri" /> are thread-safe and may be used concurrently from multiple threads.</threadsafe>
236237
<altmember cref="T:System.Configuration.IdnElement" />
237238
<altmember cref="T:System.Configuration.IriParsingElement" />
238239
<altmember cref="T:System.Configuration.UriSection" />

0 commit comments

Comments
 (0)