3 references to FormatHttp3StreamErrorSchemeMismatch
InMemory.FunctionalTests (2)
Http3\Http3StreamTests.cs (2)
289CoreStrings.FormatHttp3StreamErrorSchemeMismatch(scheme, "http")); 333CoreStrings.FormatHttp3StreamErrorSchemeMismatch(scheme, "http"));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
1066var str = CoreStrings.FormatHttp3StreamErrorSchemeMismatch(headerScheme, Scheme);