Skip to content

Commit a22a086

Browse files
committed
Update docs for .NET 10
1 parent e80adc0 commit a22a086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/WinHttpHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ When this property is set to `true`, all HTTP redirect responses from the server
468468
<format type="text/markdown"><![CDATA[
469469
470470
## Remarks
471-
The default value for this property is 65536.
471+
Starting with .NET 10, the default value for this property is 1MB (1024 * 1024 B). For earlier versions, the value for this property is 64 KB (65 536 B)
472472
473473
]]></format>
474474
</remarks>

0 commit comments

Comments
 (0)