1 write to _telemetryServerAddress
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
83
_telemetryServerAddress
= telemetryServerAddress;
3 references to _telemetryServerAddress
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
285
public string? TelemetryServerAddress =>
_telemetryServerAddress
;
564
Activity? activity = ConnectionSetupDistributedTracing.StartConnectionSetupActivity(IsSecure,
_telemetryServerAddress
, OriginAuthority.Port);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
266
connectionSetupActivity = ConnectionSetupDistributedTracing.StartConnectionSetupActivity(isSecure: true,
_telemetryServerAddress
, authority.Port);