3 references to CreateChannel
System.ServiceModel (3)
System\ServiceModel\ChannelFactory.cs (1)
815return this.ServiceChannelFactory.CreateChannel<UChannel>(address, via);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
345return this.CreateChannel<TChannel>(address, null);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1093return serviceChannelFactory.CreateChannel<IRequestChannel>(address, via);