4 references to ClosedUngracefully
Microsoft.AspNetCore.Http.Connections.Tests (4)
HttpConnectionManagerTests.cs (4)
62
[InlineData(ConnectionStates.
ClosedUngracefully
| ConnectionStates.ApplicationNotFaulted | ConnectionStates.TransportNotFaulted)]
63
[InlineData(ConnectionStates.
ClosedUngracefully
| ConnectionStates.ApplicationNotFaulted | ConnectionStates.TransportFaulted)]
64
[InlineData(ConnectionStates.
ClosedUngracefully
| ConnectionStates.ApplicationFaulted | ConnectionStates.TransportFaulted)]
65
[InlineData(ConnectionStates.
ClosedUngracefully
| ConnectionStates.ApplicationFaulted | ConnectionStates.TransportNotFaulted)]