1 write to Port
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
536Port = port;
5 references to Port
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
340pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri); 545HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) : 546HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 555Port == other.Port &&