1 write to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamContext.cs (1)
29
StreamContext
= streamContext;
7 references to StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http3\Http3ControlStream.cs (2)
53
context.
StreamContext
,
76
public string TraceIdentifier => _context.
StreamContext
.ConnectionId;
Internal\Http3\Http3Stream.cs (4)
110
context.
StreamContext
,
699
await _context.
StreamContext
.DisposeAsync();
717
if (_context.
StreamContext
is IDisposable disposableStream)
944
return _context.
StreamContext
.ConnectionId;
Internal\WebTransport\WebTransportStream.cs (1)
64
_connectionClosedRegistration = context.
StreamContext
.ConnectionClosed.Register(static state =>