Skip to content

Commit 3960b0d

Browse files
committed
tweak
1 parent 23f21b0 commit 3960b0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,12 +1078,14 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
10781078
-or-
10791079

10801080
If using custom <see cref="T:System.Net.Http.HttpMessageHandler" /> not overriding <see cref="M:System.Net.Http.HttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" /> method.</exception>
1081-
<exception cref="T:System.Threading.Tasks.OperationCanceledException">The request was canceled. This exception is stored into the returned task.
1081+
<exception cref="T:System.Threading.Tasks.OperationCanceledException">The request was canceled.
10821082

10831083
-or-
10841084

10851085
If the <see cref="T:System.Threading.Tasks.OperationCanceledException" /> exception nests the <see cref="T:System.TimeoutException" />:
1086-
The request failed due to timeout. This exception is stored into the returned task.</exception>
1086+
The request failed due to timeout.
1087+
1088+
This exception is stored into the returned task.</exception>
10871089
</Docs>
10881090
</Member>
10891091
<Member MemberName="SendAsync">

0 commit comments

Comments
 (0)