Implemented interface member:
property
HasInherentKeepAlive
Microsoft.AspNetCore.Connections.Features.IConnectionInherentKeepAliveFeature.HasInherentKeepAlive
1 write to HasInherentKeepAlive
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
608
connection.
HasInherentKeepAlive
= true;
1 reference to HasInherentKeepAlive
Microsoft.AspNetCore.Http.Connections.Tests (1)
HttpConnectionDispatcherTests.cs (1)
1999
Assert.True(connection.
HasInherentKeepAlive
);