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
The sentence:
> This method is called by the system one of the HttpClient.SendAsync methods is called.
Should read:
> This method is called by the system when one of the HttpClient.SendAsync methods is called.
Copy file name to clipboardExpand all lines: xml/System.Net.Http/HttpMessageHandler.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@
245
245
## Remarks
246
246
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete once the entire response including content is read.
247
247
248
-
The <xref:System.Net.Http.HttpMessageHandler.SendAsync%2A> method is used primarily by the system. This method is called by the system one of the <xref:System.Net.Http.HttpClient.SendAsync%2A?displayProperty=nameWithType> methods is called. Most apps will never call this method.
248
+
The <xref:System.Net.Http.HttpMessageHandler.SendAsync%2A> method is used primarily by the system. This method is called by the system when one of the <xref:System.Net.Http.HttpClient.SendAsync%2A?displayProperty=nameWithType> methods is called. Most apps will never call this method.
0 commit comments