2 writes to HostValue
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpAuthority.cs (2)
32
HostValue
= uri.Host;
37
HostValue
= IdnHost = uri.IdnHost;
4 references to HostValue
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (1)
78
activity.DisplayName = $"HTTP wait_for_connection {authority.
HostValue
}:{authority.Port}";
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
184
? _originAuthority.
HostValue
185
: $"{_originAuthority.
HostValue
}:{_originAuthority.Port}";
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
92
string host = _pool.OriginAuthority.
HostValue
;