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