3 references to Timeout
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionManager.cs (1)
163_ = DisposeAndRemoveAsync(connection, closeGracefully: true, HttpConnectionStopStatus.Timeout);
Internal\HttpConnectionsMetrics.cs (1)
96HttpConnectionStopStatus.Timeout => "timeout",
Microsoft.AspNetCore.Http.Connections.Tests (1)
HttpConnectionManagerTests.cs (1)
193connectionManager.RemoveConnection(connection.ConnectionToken, connection.TransportType, HttpConnectionStopStatus.Timeout);