1 implementation of Via
System.ServiceModel (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
83public Uri Via
2 references to Via
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
99return this.binder.Via;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
34: base(factory, binder.RemoteAddress, binder.Via, true)