3 implementations of OnInboundEncoderStream
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
306public bool OnInboundEncoderStream(Server.Kestrel.Core.Internal.Http3.Http3ControlStream stream)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
782bool IHttp3StreamLifetimeHandler.OnInboundEncoderStream(Http3ControlStream stream)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
306public bool OnInboundEncoderStream(Server.Kestrel.Core.Internal.Http3.Http3ControlStream stream)
3 references to OnInboundEncoderStream
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
308return _inner.OnInboundEncoderStream(stream);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
217if (!_context.StreamLifetimeHandler.OnInboundEncoderStream(this))
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
308return _inner.OnInboundEncoderStream(stream);