1 implementation of SetTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TimeoutControl.cs (1)
312void IConnectionTimeoutFeature.SetTimeout(TimeSpan timeSpan)
1 reference to SetTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Features\IConnectionTimeoutFeature.cs (1)
24/// Prevent the connection from closing after a timeout specified by <see cref="SetTimeout(TimeSpan)"/>