1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
17this.innerChannelFactory = innerChannelFactory;
8 references to innerChannelFactory
System.ServiceModel (8)
System\ServiceModel\Channels\LayeredChannelFactory.cs (8)
22get { return this.innerChannelFactory; } 38return this.innerChannelFactory.GetProperty<T>(); 43return this.innerChannelFactory.BeginOpen(timeout, callback, state); 48this.innerChannelFactory.EndOpen(result); 53return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory); 65this.innerChannelFactory.Close(timeoutHelper.RemainingTime()); 70this.innerChannelFactory.Open(timeout); 76this.innerChannelFactory.Abort();