1 write to factory
System.ServiceModel (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
35
this.
factory
= factory;
2 references to factory
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (2)
115
channel = this.
factory
.CreateChannel(this.to, this.via);
304
channel = this.
factory
.CreateChannel(this.to, this.via);