2 writes to HostValue
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpAuthority.cs (2)
32HostValue = uri.Host; 37HostValue = IdnHost = uri.IdnHost;
8 references to HostValue
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (3)
28activity.DisplayName = $"HTTP connection_setup {authority.HostValue}:{authority.Port}"; 31activity.SetTag("server.address", authority.HostValue); 77activity.DisplayName = $"HTTP wait_for_connection {authority.HostValue}:{authority.Port}";
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
182? _originAuthority.HostValue 183: $"{_originAuthority.HostValue}:{_originAuthority.Port}";
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (2)
74_pool.OriginAuthority.HostValue, 88string host = _pool.OriginAuthority.HostValue;
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (1)
49tags.Add("server.address", pool.OriginAuthority.HostValue);