5 references to PingSent
InMemory.FunctionalTests (2)
Http2\Http2KeepAliveTests.cs (2)
48Assert.Equal(KeepAliveState.PingSent, _connection._keepAlive._state); 223Assert.Equal(KeepAliveState.PingSent, _connection._keepAlive._state);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2KeepAlive.cs (3)
53if (_state == KeepAliveState.PingSent) 69_state = KeepAliveState.PingSent; 77case KeepAliveState.PingSent: