1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
434this.innerChannelFactory = innerChannelFactory;
9 references to innerChannelFactory
System.ServiceModel (9)
System\ServiceModel\Channels\ServiceChannelFactory.cs (9)
439get { return this.innerChannelFactory; } 445this.innerChannelFactory.Abort(); 450this.innerChannelFactory.Open(timeout); 455return this.innerChannelFactory.BeginOpen(timeout, callback, state); 460this.innerChannelFactory.EndOpen(result); 467this.innerChannelFactory.Close(timeoutHelper.RemainingTime()); 473this.innerChannelFactory.BeginClose, this.innerChannelFactory.EndClose); 494return this.innerChannelFactory.GetProperty<T>();