2 references to ClientViaBehavior
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1066
this.channelFactory.Endpoint.Behaviors.Add(new
ClientViaBehavior
(remoteAddress.Uri));
System\ServiceModel\Configuration\ClientViaElement.cs (1)
34
return new
ClientViaBehavior
(this.ViaUri);