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