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