Updated XML documentation for HttpResponse.Body (#816)

This commit is contained in:
Jonathan Channon 2017-04-13 17:57:35 +01:00 committed by Chris R
parent f6cf5293a0
commit f2f643ad15
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.Http
public abstract IHeaderDictionary Headers { get; }
/// <summary>
/// Gets the response body <see cref="Stream"/>.
/// Gets or sets the response body <see cref="Stream"/>.
/// </summary>
public abstract Stream Body { get; set; }