1 implementation of Via
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
76public Uri Via { get; }
2 references to Via
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
91return _binder.Via;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
34: base(factory, binder.RemoteAddress, binder.Via, true)