1 override of CreateChannel
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
145protected override TChannel CreateChannel()
2 references to CreateChannel
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
549this.channel = this.CreateChannel();
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
147TChannel channel = base.CreateChannel();