1 write to address
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelPool.cs (1)
102this.address = address;
3 references to address
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelPool.cs (3)
108return address.GetHashCode() + via.GetHashCode(); 113return address.EndpointEquals(other.address) && via.Equals(other.via);