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