1 write to Port
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
586Port = port;
6 references to Port
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (6)
370key = new HttpConnectionKey(key.Kind, key.Host, key.Port, sslHostName: null, key.ProxyUri, key.Identity); 376pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, sslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key)); 595HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) : 596HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 605Port == other.Port &&