11 references to Id
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1621if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(Id);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
574if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(_connection.Id);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
516if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.RequestHeadersStart(Id);
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (8)
74if (this is HttpConnection) HttpTelemetry.Log.Http11ConnectionEstablished(Id, scheme, host, port, remoteEndPoint); 75else if (this is Http2Connection) HttpTelemetry.Log.Http20ConnectionEstablished(Id, scheme, host, port, remoteEndPoint); 76else HttpTelemetry.Log.Http30ConnectionEstablished(Id, scheme, host, port, remoteEndPoint); 89if (this is HttpConnection) HttpTelemetry.Log.Http11ConnectionClosed(Id); 90else if (this is Http2Connection) HttpTelemetry.Log.Http20ConnectionClosed(Id); 91else HttpTelemetry.Log.Http30ConnectionClosed(Id); 134$"{this}. Id:{Id}, " + 143Trace($"{this}. Id:{Id}");