make IConnectionInherentKeepAliveFeature a boolean feature (#2496)
This commit is contained in:
parent
a9e46b0d59
commit
3a45136cc4
|
|
@ -19,6 +19,6 @@ namespace Microsoft.AspNetCore.Connections.Features
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public interface IConnectionInherentKeepAliveFeature
|
public interface IConnectionInherentKeepAliveFeature
|
||||||
{
|
{
|
||||||
TimeSpan KeepAliveInterval { get; }
|
bool HasInherentKeepAlive { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue