Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xml/System.Web/HttpResponseBase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2240,9 +2240,9 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets a value that indicates whether to send HTTP content to the client.</summary>
<summary>Gets or sets a value that indicates whether only the HTTP headers will be sent to the client.</summary>
<value>
<see langword="true" /> if output is suppressed; otherwise, <see langword="false" />.</value>
<see langword="true" /> if HTTP message content is suppressed; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
<exception cref="T:System.NotImplementedException">Always.</exception>
</Docs>
Expand Down Expand Up @@ -2707,4 +2707,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>