3 references to Http3HeaderDecodeEnd
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Inprocess\HttpSysRequestInfoTests.cs (1)
41
Assert.True(timings.Length > (int)HttpSysRequestTimingType.
Http3HeaderDecodeEnd
);
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Inprocess\HttpSysRequestInfoTests.cs (1)
41
Assert.True(timings.Length > (int)HttpSysRequestTimingType.
Http3HeaderDecodeEnd
);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
HttpsTests.cs (1)
252
Assert.True(requestTimingFeature.Timestamps.Length > (int)HttpSysRequestTimingType.
Http3HeaderDecodeEnd
);