2 writes to HostValue
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpAuthority.cs (2)
32HostValue = uri.Host; 37HostValue = IdnHost = uri.IdnHost;
5 references to HostValue
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
182? _originAuthority.HostValue 183: $"{_originAuthority.HostValue}:{_originAuthority.Port}";
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (2)
57pool.OriginAuthority.HostValue, 71string host = pool.OriginAuthority.HostValue;
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (1)
43tags.Add("server.address", pool.OriginAuthority.HostValue);