2 writes to ConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
378ConnectionIdFeature = ConnectionId;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
183set => ConnectionIdFeature = value;
9 references to ConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\Http1MessageBody.cs (2)
84Log.RequestBodyNotEntirelyRead(_context.ConnectionIdFeature, _context.TraceIdentifier); 103Log.RequestBodyDrainTimedOut(_context.ConnectionIdFeature, _context.TraceIdentifier);
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)
146Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
Internal\Http3\Http3Stream.cs (1)
545Log.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);