1 write to innerInputListener
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
196this.innerInputListener = innerInputListener;
4 references to innerInputListener
System.ServiceModel (4)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (4)
203this.innerInputListener.Abort(); 208return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerInputListener.BeginClose, this.innerInputListener.EndClose); 215this.innerInputListener.Close(timeoutHelper.RemainingTime());