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