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