1 write to _multiplexedContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
56_multiplexedContext = (MultiplexedConnectionContext)context.ConnectionContext;
8 references to _multiplexedContext
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http3\Http3Connection.cs (6)
143_multiplexedContext.Abort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient)); 197_multiplexedContext.Abort(ex); 363var streamContext = await _multiplexedContext.AcceptAsync(_acceptStreamsCts.Token); 662_multiplexedContext.ConnectionId, 665_multiplexedContext, 739var streamContext = await _multiplexedContext.ConnectAsync(features);
Internal\WebTransport\WebTransportSession.cs (2)
55_connectionClosedRegistration = connection._multiplexedContext.ConnectionClosed.Register(static state => 131var connectionContext = await _connection._multiplexedContext.ConnectAsync(features, cancellationToken);