5 references to CreateChannel
System.ServiceModel.Primitives (5)
System\ServiceModel\ChannelFactory.cs (2)
477return (TChannel)ServiceChannelFactory.CreateChannel<TChannel>(address, via); 493return ServiceChannelFactory.CreateChannel<UChannel>(address, via);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
328return CreateChannel<TChannel>(address, null);
System\ServiceModel\DuplexChannelFactory.cs (1)
200TChannel result = ServiceChannelFactory.CreateChannel<TChannel>(address, via);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
736return _serviceChannelFactory.CreateChannel<IAsyncRequestChannel>(address, via);