3 references to Closed
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Response.cs (3)
117
internal bool BodyIsFinished => _nativeStream?.IsDisposed ?? _responseState >= ResponseState.
Closed
;
215
if (_aborted || _responseState >= ResponseState.
Closed
)
222
_responseState = ResponseState.
Closed
;