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