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