11 references to Id
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1639if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(Id);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
666if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(_connection.Id);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
554if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(Id);
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (8)
95if (this is HttpConnection) HttpTelemetry.Log.Http11ConnectionEstablished(Id, scheme, host, port, remoteEndPoint); 96else if (this is Http2Connection) HttpTelemetry.Log.Http20ConnectionEstablished(Id, scheme, host, port, remoteEndPoint); 97else HttpTelemetry.Log.Http30ConnectionEstablished(Id, scheme, host, port, remoteEndPoint); 110if (this is HttpConnection) HttpTelemetry.Log.Http11ConnectionClosed(Id); 111else if (this is Http2Connection) HttpTelemetry.Log.Http20ConnectionClosed(Id); 112else HttpTelemetry.Log.Http30ConnectionClosed(Id); 157$"{this}. Id:{Id}, " + 167Trace($"{this}. Id:{Id}");