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