6 references to InnerChannelFactory
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
490return new OutputChannelBinder(this.InnerChannelFactory.CreateChannel(to, via)); 509return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.RequestReplyCorrelator); 529return new RequestChannelBinder(this.InnerChannelFactory.CreateChannel(to, via)); 552channel = this.InnerChannelFactory.CreateChannel(to, via); 579return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.RequestReplyCorrelator, _useActiveAutoClose); 608channel = this.InnerChannelFactory.CreateChannel(to, via);