Base:
property
Via
System.ServiceModel.Channels.OutputChannel.Via
2 references to Via
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
633
= this.channelPool.TakeConnection(this.RemoteAddress, this.
Via
, timeoutHelper.RemainingTime(), out key);
638
return this.innerFactory.CreateChannel(RemoteAddress,
Via
);