1 write to Id
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
76
Id
= connectionId;
15 references to Id
System.Net.Http (15)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
1692
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(
Id
);
2076
request.ConnectionId =
Id
;
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
268
request.ConnectionId =
Id
;
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
662
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(_connection.
Id
);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
535
request.ConnectionId =
Id
;
557
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(
Id
);
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (9)
110
Id
,
151
if (this is HttpConnection) HttpTelemetry.Log.Http11ConnectionEstablished(
Id
, scheme, host, port, remoteEndPoint);
152
else if (this is Http2Connection) HttpTelemetry.Log.Http20ConnectionEstablished(
Id
, scheme, host, port, remoteEndPoint);
153
else HttpTelemetry.Log.Http30ConnectionEstablished(
Id
, scheme, host, port, remoteEndPoint);
170
if (this is HttpConnection) HttpTelemetry.Log.Http11ConnectionClosed(
Id
);
171
else if (this is Http2Connection) HttpTelemetry.Log.Http20ConnectionClosed(
Id
);
172
else HttpTelemetry.Log.Http30ConnectionClosed(
Id
);
217
$"{this}. Id:{
Id
}, " +
227
Trace($"{this}. Id:{
Id
}");