1 write to InnerChannelFactory
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
426InnerChannelFactory = innerChannelFactory;
14 references to InnerChannelFactory
System.ServiceModel.Primitives (14)
System\ServiceModel\Channels\ServiceChannelFactory.cs (14)
434InnerChannelFactory.Abort(); 439InnerChannelFactory.Open(timeout); 444return InnerChannelFactory.BeginOpen(timeout, callback, state); 449InnerChannelFactory.EndOpen(result); 456InnerChannelFactory.Close(timeoutHelper.RemainingTime()); 476return OpenOtherAsync(InnerChannelFactory, timeout); 492return InnerChannelFactory.GetProperty<T>(); 507await CloseOtherAsync(InnerChannelFactory, timeoutHelper.RemainingTime()); 520return new OutputChannelBinder(InnerChannelFactory.CreateChannel(to, via)); 539return new DuplexChannelBinder(InnerChannelFactory.CreateChannel(to, via), RequestReplyCorrelator); 559return new RequestChannelBinder(InnerChannelFactory.CreateChannel(to, via)); 582channel = InnerChannelFactory.CreateChannel(to, via); 609return new DuplexChannelBinder(InnerChannelFactory.CreateChannel(to, via), RequestReplyCorrelator, _useActiveAutoClose); 638channel = InnerChannelFactory.CreateChannel(to, via);