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