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