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);
363
var streamContext = await
_multiplexedContext
.AcceptAsync(_acceptStreamsCts.Token);
662
_multiplexedContext
.ConnectionId,
665
_multiplexedContext
,
739
var streamContext = await
_multiplexedContext
.ConnectAsync(features);
Internal\WebTransport\WebTransportSession.cs (2)
55
_connectionClosedRegistration = connection.
_multiplexedContext
.ConnectionClosed.Register(static state =>
131
var connectionContext = await _connection.
_multiplexedContext
.ConnectAsync(features, cancellationToken);