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