Updated XML documentation for HttpResponse.Body (#816)
This commit is contained in:
parent
f6cf5293a0
commit
f2f643ad15
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue