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