1 implementation of TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
76
public string
TraceIdentifier
=> _context.StreamContext.ConnectionId;
1 reference to TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
321
Log.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId, stream.
TraceIdentifier
);