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; }
2 references to CreateChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
85TChannel innerChannel = this.innerChannelFactory.CreateChannel(to, via);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
127TChannel innerChannel = _innerFactory.CreateChannel(to, via);