12 references to CreateChannel
System.ServiceModel (12)
System\ServiceModel\ChannelFactory.cs (5)
727TChannel channel = this.CreateChannel(); 754TChannel channel = this.CreateChannel(); 781TChannel channel = this.CreateChannel(); 881TChannel channel = channelFactory.CreateChannel(); 895TChannel channel = channelFactory.CreateChannel();
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1071this.Proxy = this.channelFactory.CreateChannel();
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
608IConnectionRegister connectionRegister = registerChannelFactory.CreateChannel();
System\ServiceModel\ClientBase.cs (2)
572return GetChannelFactory().CreateChannel(); 577return GetChannelFactory().CreateChannel();
System\ServiceModel\DuplexChannelFactory.cs (2)
290TChannel channel = channelFactory.CreateChannel(); 298TChannel channel = channelFactory.CreateChannel();
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (1)
90return (IPeerResolverClient)channelFactory.CreateChannel();