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
Copy file name to clipboardExpand all lines: xml/System.Net.Http/HttpClient.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -995,7 +995,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
995
995
<formattype="text/markdown"><![CDATA[
996
996
997
997
## Remarks
998
-
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read.
998
+
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read. The behavior is the same as if <xref:System.Net.Http.HttpCompletionOption.ResponseContentRead> has been explicitly specified.
999
999
1000
1000
> [!NOTE]
1001
1001
> In case of timeout, different exceptions are thrown on different .NET implementations.
@@ -1050,7 +1050,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1050
1050
<formattype="text/markdown"><![CDATA[
1051
1051
1052
1052
## Remarks
1053
-
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read.
1053
+
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read. The behavior is the same as if <xref:System.Net.Http.HttpCompletionOption.ResponseContentRead> has been explicitly specified.
1054
1054
1055
1055
> [!NOTE]
1056
1056
> In case of timeout, different exceptions are thrown on different .NET implementations.
@@ -1177,7 +1177,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1177
1177
<formattype="text/markdown"><![CDATA[
1178
1178
1179
1179
## Remarks
1180
-
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read.
1180
+
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read. The behavior is the same as if <xref:System.Net.Http.HttpCompletionOption.ResponseContentRead> has been explicitly specified.
1181
1181
1182
1182
> [!NOTE]
1183
1183
> In case of timeout, different exceptions are thrown on different .NET implementations.
@@ -1290,7 +1290,7 @@ The <paramref name="requestUri" /> is not an absolute URI.
1290
1290
<formattype="text/markdown"><![CDATA[
1291
1291
1292
1292
## Remarks
1293
-
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read.
1293
+
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete after the whole response (including content) is read. The behavior is the same as if <xref:System.Net.Http.HttpCompletionOption.ResponseContentRead> has been explicitly specified.
1294
1294
1295
1295
> [!NOTE]
1296
1296
> In case of timeout, different exceptions are thrown on different .NET implementations.
@@ -3224,7 +3224,7 @@ The custom <see cref="T:System.Net.Http.HttpMessageHandler" /> does not override
3224
3224
<formattype="text/markdown"><![CDATA[
3225
3225
3226
3226
## Remarks
3227
-
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete once the entire response including content is read.
3227
+
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete once the entire response including content is read. The behavior is the same as if <xref:System.Net.Http.HttpCompletionOption.ResponseContentRead> has been explicitly specified.
3228
3228
3229
3229
> [!NOTE]
3230
3230
> In case of timeout, different exceptions are thrown on different .NET implementations.
@@ -3336,7 +3336,7 @@ The custom <see cref="T:System.Net.Http.HttpMessageHandler" /> does not override
3336
3336
<formattype="text/markdown"><![CDATA[
3337
3337
3338
3338
## Remarks
3339
-
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete once the entire response including content is read.
3339
+
This operation will not block. The returned <xref:System.Threading.Tasks.Task%601> object will complete once the entire response including content is read. The behavior is the same as if <xref:System.Net.Http.HttpCompletionOption.ResponseContentRead> has been explicitly specified.
3340
3340
3341
3341
> [!NOTE]
3342
3342
> In case of timeout, different exceptions are thrown on different .NET implementations.
0 commit comments