React to IHeaderDictionary ContentLength change

This commit is contained in:
Chris R 2017-01-18 13:46:34 -08:00
parent e312552edd
commit 37d41f36c7
1 changed files with 2 additions and 0 deletions

View File

@ -915,6 +915,8 @@ namespace Microsoft.AspNetCore.Hosting
public Stream Body { get; set; }
public long? ContentLength { get; set; }
public int Count => 0;
public bool HasStarted { get; set; }