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)
131
var connectionContext = await
_connection
._multiplexedContext.ConnectAsync(features, cancellationToken);
132
var streamContext =
_connection
.CreateHttpStreamContext(connectionContext);