Implemented interface member:
method
ResetTimeout
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.ITimeoutControl.ResetTimeout(System.TimeSpan, Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TimeoutReason)
4 references to ResetTimeout
InMemory.FunctionalTests (4)
Http2\Http2TimeoutTests.cs (4)
118
_mockTimeoutControl.Verify(c => c.
ResetTimeout
(It.IsAny<TimeSpan>(), TimeoutReason.KeepAlive), Times.Never);
127
_mockTimeoutControl.Verify(c => c.
ResetTimeout
(It.IsAny<TimeSpan>(), TimeoutReason.KeepAlive), Times.Once);
141
_mockTimeoutControl.Verify(c => c.
ResetTimeout
(It.IsAny<TimeSpan>(), TimeoutReason.KeepAlive), Times.Never);
157
_mockTimeoutControl.Verify(c => c.
ResetTimeout
(It.IsAny<TimeSpan>(), TimeoutReason.KeepAlive), Times.Never);