3 implementations of Via
System.ServiceModel.Primitives (1)
netstandard.cs (1)
513
System.Uri System.ServiceModel.Channels.IRequestChannel.
Via
{ get { return default; } }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
210
public Uri
Via
=> InnerChannel.Via;
UnitTests.Common (1)
MockRequestChannel.cs (1)
13
public Uri
Via
1 reference to Via
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
210
public Uri Via => InnerChannel.
Via
;