1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
39this.innerChannelFactory = innerChannelFactory;
9 references to innerChannelFactory
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelFactory.cs (9)
65get { return this.innerChannelFactory; } 111return this.innerChannelFactory.GetProperty<T>(); 124this.innerChannelFactory.Abort(); 129this.innerChannelFactory.Open(timeout); 134return this.innerChannelFactory.BeginOpen(callback, state); 139this.innerChannelFactory.EndOpen(result); 148this.innerChannelFactory.Close(timeoutHelper.RemainingTime()); 160new OperationWithTimeoutBeginCallback(this.innerChannelFactory.BeginClose) 166new OperationEndCallback(this.innerChannelFactory.EndClose)