1 write to Connection
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
254Connection = (Http3Connection)_httpConnection._requestProcessor;
13 references to Connection
InMemory.FunctionalTests (13)
Http3\Http3TimeoutTests.cs (7)
142var serverRequestStream = Http3Api.Connection._streams[requestStream.StreamId]; 185serverRequestStream = Http3Api.Connection._unidentifiedStreams[requestStream.StreamId]; 191serverRequestStream = Http3Api.Connection._streams[requestStream.StreamId]; 229var serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.StreamId]; 265var serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.StreamId]; 322serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.StreamId]; 327serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.StreamId];
Http3\WebTransport\WebTransportSessionTests.cs (1)
88Http3Api.Connection._streams[session.SessionId].Abort(new(), System.Net.Http.Http3ErrorCode.InternalError);
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());