5 references to ApplicationFaulted
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionManagerTests.cs (5)
64
[InlineData(ConnectionStates.ClosedUngracefully | ConnectionStates.
ApplicationFaulted
| ConnectionStates.TransportFaulted)]
65
[InlineData(ConnectionStates.ClosedUngracefully | ConnectionStates.
ApplicationFaulted
| ConnectionStates.TransportNotFaulted)]
69
[InlineData(ConnectionStates.CloseGracefully | ConnectionStates.
ApplicationFaulted
| ConnectionStates.TransportFaulted)]
70
[InlineData(ConnectionStates.CloseGracefully | ConnectionStates.
ApplicationFaulted
| ConnectionStates.TransportNotFaulted)]
76
var applicationFaulted = (states & ConnectionStates.
ApplicationFaulted
) != 0;