6 references to Aborted
Microsoft.AspNetCore.Server.IIS (6)
Core\EmptyStream.cs (2)
61
_state = HttpStreamState.
Aborted
;
78
case HttpStreamState.
Aborted
:
Core\HttpRequestStream.cs (2)
109
_state = HttpStreamState.
Aborted
;
126
case HttpStreamState.
Aborted
:
Core\HttpResponseStream.cs (2)
88
_state = HttpStreamState.
Aborted
;
104
case HttpStreamState.
Aborted
: