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