2 writes to ConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
385ConnectionIdFeature = ConnectionId;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
183set => ConnectionIdFeature = value;
11 references to ConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Http\Http1MessageBody.cs (4)
72Log.RequestBodyDrainBodyReaderInvalidState(_context.ConnectionIdFeature, _context.TraceIdentifier, ex); 84Log.RequestBodyNotEntirelyRead(_context.ConnectionIdFeature, _context.TraceIdentifier); 103Log.RequestBodyDrainTimedOut(_context.ConnectionIdFeature, _context.TraceIdentifier); 107Log.RequestBodyDrainBodyReaderInvalidState(_context.ConnectionIdFeature, _context.TraceIdentifier, ex);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
182get => ConnectionIdFeature;
Internal\Http\MessageBody.cs (2)
135Log.RequestBodyStart(_context.ConnectionIdFeature, _context.TraceIdentifier); 163Log.RequestBodyDone(_context.ConnectionIdFeature, _context.TraceIdentifier);
Internal\Http2\Http2Stream.cs (1)
158Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
Internal\Http3\Http3Stream.cs (1)
546Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
Internal\Infrastructure\KestrelEventSource.cs (2)
110RequestStart(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText); 135RequestStop(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText);