2 implementations of CreateChannel
System.ServiceModel.Primitives (2)
netstandard.cs (2)
462public virtual TChannel CreateChannel(System.ServiceModel.EndpointAddress address, System.Uri via) { return default; } 1345public TChannel CreateChannel(System.ServiceModel.EndpointAddress address, System.Uri via) { return default; }
1 reference to CreateChannel
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
127TChannel innerChannel = _innerFactory.CreateChannel(to, via);