Implemented interface member:
method
OnTimeout
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.ITimeoutHandler.OnTimeout(Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TimeoutReason)
4 references to OnTimeout
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (1)
500
.Callback<TimeoutReason>(r => httpConnection.
OnTimeout
(r));
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
68
_http3._httpConnection.
OnTimeout
(reason);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpConnectionTests.cs (1)
42
httpConnection.
OnTimeout
(TimeoutReason.WriteDataRate);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
68
_http3._httpConnection.
OnTimeout
(reason);