/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Servers/Kestrel/shared/test/TestConnectionMetricsContextFeature.cs
11 строк
423 B
James Newton-King
Improve Kestrel connection metrics with error reasons (#55565)
22 июл 2024, 05:34
Не верифицирован
22 июл 2024, 05:34
4cf8947
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure; namespace Microsoft.AspNetCore.InternalTesting; internal sealed class TestConnectionMetricsContextFeature : IConnectionMetricsContextFeature { public ConnectionMetricsContext MetricsContext { get; init; } }