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