diff --git a/src/Connections.Abstractions/Features/IConnectionInherentKeepAliveFeature.cs b/src/Connections.Abstractions/Features/IConnectionInherentKeepAliveFeature.cs index 8056dfa957..d5751f8bcf 100644 --- a/src/Connections.Abstractions/Features/IConnectionInherentKeepAliveFeature.cs +++ b/src/Connections.Abstractions/Features/IConnectionInherentKeepAliveFeature.cs @@ -19,6 +19,6 @@ namespace Microsoft.AspNetCore.Connections.Features /// public interface IConnectionInherentKeepAliveFeature { - TimeSpan KeepAliveInterval { get; } + bool HasInherentKeepAlive { get; } } } \ No newline at end of file