1 write to _connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\WebTransport\WebTransportSession.cs (1)
48_connection = connection;
2 references to _connection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportSession.cs (2)
131var connectionContext = await _connection._multiplexedContext.ConnectAsync(features, cancellationToken); 132var streamContext = _connection.CreateHttpStreamContext(connectionContext);