5 references to CloseGracefully
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionManagerTests.cs (5)
67
[InlineData(ConnectionStates.
CloseGracefully
| ConnectionStates.ApplicationNotFaulted | ConnectionStates.TransportNotFaulted)]
68
[InlineData(ConnectionStates.
CloseGracefully
| ConnectionStates.ApplicationNotFaulted | ConnectionStates.TransportFaulted)]
69
[InlineData(ConnectionStates.
CloseGracefully
| ConnectionStates.ApplicationFaulted | ConnectionStates.TransportFaulted)]
70
[InlineData(ConnectionStates.
CloseGracefully
| ConnectionStates.ApplicationFaulted | ConnectionStates.TransportNotFaulted)]
75
var closeGracefully = (states & ConnectionStates.
CloseGracefully
) != 0;