Skip to content

Commit eeddcd2

Browse files
Added HttpClient.PatchAsync method (dotnet#5262)
1 parent c39d544 commit eeddcd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/System.Net.Http/HttpClient.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
6363
8. <xref:System.Net.Http.HttpClient.PutAsync%2A>
6464
65-
9. <xref:System.Net.Http.HttpClient.SendAsync%2A>
65+
9. <xref:System.Net.Http.HttpClient.SendAsync%2A>
66+
67+
10. <xref:System.Net.Http.HttpClient.PatchAsync%2A>
6668
6769
<xref:System.Net.Http.HttpClient> is intended to be instantiated once and re-used throughout the life of an application. Instantiating an HttpClient class for every request will exhaust the number of sockets available under heavy loads. This will result in SocketException errors. Below is an example using HttpClient correctly.
6870

0 commit comments

Comments
 (0)