Skip to content

Commit e70c171

Browse files
authored
Add remark about HttpRequestMessage reuse (dotnet#8224)
1 parent 9ad2c78 commit e70c171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/System.Net.Http/HttpRequestMessage.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
4343
## Remarks
4444
The <xref:System.Net.Http.HttpRequestMessage> class contains headers, the HTTP verb, and potentially data.
45+
46+
An <xref:System.Net.Http.HttpRequestMessage> instance should not be modified and/or reused after being sent.
4547
4648
]]></format>
4749
</remarks>

0 commit comments

Comments
 (0)