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