2 writes to HostValue
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpAuthority.cs (2)
32
HostValue
= uri.Host;
37
HostValue
= IdnHost = uri.IdnHost;
8 references to HostValue
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (3)
28
activity.DisplayName = $"HTTP connection_setup {authority.
HostValue
}:{authority.Port}";
31
activity.SetTag("server.address", authority.
HostValue
);
77
activity.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
,
88
string host = _pool.OriginAuthority.
HostValue
;
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (1)
49
tags.Add("server.address", pool.OriginAuthority.
HostValue
);