1 write to Connection
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
249Connection = (Http3Connection)_httpConnection._requestProcessor;
13 references to Connection
InMemory.FunctionalTests (13)
Http3\Http3TimeoutTests.cs (7)
138var serverRequestStream = Http3Api.Connection._streams[requestStream.StreamId]; 181serverRequestStream = Http3Api.Connection._unidentifiedStreams[requestStream.StreamId]; 187serverRequestStream = Http3Api.Connection._streams[requestStream.StreamId]; 225var serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.StreamId]; 261var serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.StreamId]; 318serverInboundControlStream = Http3Api.Connection._unidentifiedStreams[outboundControlStream.StreamId]; 323serverInboundControlStream = 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)
221Connection?.Tick(timestamp); 244_httpConnection.Initialize(Connection); 250Connection._streamLifetimeHandler = new LifetimeHandlerInterceptor(Connection, this); 466return new Http3RequestStream(this, Connection, testStreamContext, headerHandler ?? new Http3RequestHeaderHandler());