1 write to Port
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
539Port = port;
5 references to Port
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
343pool = new HttpConnectionPool(this, key.Kind, key.Host, key.Port, key.SslHostName, key.ProxyUri, GetTelemetryServerAddress(request, key)); 548HashCode.Combine(Kind, Host, Port, ProxyUri, Identity) : 549HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri, Identity)); 558Port == other.Port &&