Skip to content

Commit

Permalink
Add remark about HttpRequestMessage reuse (#8224)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Jul 18, 2022
1 parent 9ad2c78 commit e70c171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xml/System.Net.Http/HttpRequestMessage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
## Remarks
The <xref:System.Net.Http.HttpRequestMessage> class contains headers, the HTTP verb, and potentially data.
An <xref:System.Net.Http.HttpRequestMessage> instance should not be modified and/or reused after being sent.
]]></format>
</remarks>
Expand Down

0 comments on commit e70c171

Please sign in to comment.