1 write to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamContext.cs (1)
29
StreamContext
= streamContext;
8 references to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http3\Http3ControlStream.cs (3)
59
context.
StreamContext
,
82
public string TraceIdentifier => _context.
StreamContext
.ConnectionId;
249
await _context.
StreamContext
.DisposeAsync();
Internal\Http3\Http3Stream.cs (4)
109
context.
StreamContext
,
707
await _context.
StreamContext
.DisposeAsync();
725
if (_context.
StreamContext
is IDisposable disposableStream)
964
return _context.
StreamContext
.ConnectionId;
Internal\WebTransport\WebTransportStream.cs (1)
64
_connectionClosedRegistration = context.
StreamContext
.ConnectionClosed.Register(static state =>