3 writes to _status
Microsoft.AspNetCore.HttpLogging (3)
RequestBufferingStream.cs (3)
87
_status
= BodyStatus.Complete;
92
_status
= BodyStatus.Incomplete;
109
_status
= BodyStatus.Truncated;
3 references to _status
Microsoft.AspNetCore.HttpLogging (3)
RequestBufferingStream.cs (3)
79
if (remaining == 0 ||
_status
> BodyStatus.Incomplete)
132
private string GetStatus(bool showCompleted) =>
_status
switch
138
_ => throw new NotImplementedException(
_status
.ToString()),