1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
17this.innerChannelFactory = context.BuildInnerChannelFactory<IOutputChannel>();
8 references to innerChannelFactory
System.ServiceModel (8)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (8)
23IOutputChannel channel = this.innerChannelFactory.CreateChannel(new EndpointAddress(to)); 32this.innerChannelFactory.Abort(); 42return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory); 54this.innerChannelFactory.Close(timeoutHelper.RemainingTime()); 65return new ChainedOpenAsyncResult(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen, this.innerChannelFactory); 77this.innerChannelFactory.Open(timeoutHelper.RemainingTime()); 84return (T)(object)innerChannelFactory; 98return this.innerChannelFactory.GetProperty<T>();