1 write to innerChannelFactory
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (1)
27this.innerChannelFactory = innerChannelFactory;
14 references to innerChannelFactory
System.ServiceModel.Discovery (14)
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (14)
50(IChannelFactory<IOutputChannel>)this.innerChannelFactory, 58(IChannelFactory<IRequestChannel>)this.innerChannelFactory, 66(IChannelFactory<IDuplexChannel>)this.innerChannelFactory, 74(IChannelFactory<IOutputSessionChannel>)this.innerChannelFactory, 82(IChannelFactory<IRequestSessionChannel>)this.innerChannelFactory, 90(IChannelFactory<IDuplexSessionChannel>)this.innerChannelFactory, 111return this.innerChannelFactory.GetProperty<T>(); 116return this.innerChannelFactory.BeginOpen(timeout, callback, state); 121this.innerChannelFactory.EndOpen(result); 126this.innerChannelFactory.Open(timeout); 138this.innerChannelFactory.BeginClose, 139this.innerChannelFactory.EndClose); 152this.innerChannelFactory.Close(timeoutHelper.RemainingTime()); 159this.innerChannelFactory.Abort();