1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
253Connection = (Http3Connection)_httpConnection._requestProcessor;
5 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
222Connection?.Tick(timestamp); 248_httpConnection.Initialize(Connection); 254Connection._streamLifetimeHandler = new LifetimeHandlerInterceptor(Connection, this); 472return new Http3RequestStream(this, Connection, testStreamContext, headerHandler ?? new Http3RequestHeaderHandler());