Base:
method
OnEndClose
System.ServiceModel.Channels.LayeredChannel<TInnerChannel>.OnEndClose(System.IAsyncResult)
1 override of OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
218protected override void OnEndClose(IAsyncResult result)
1 reference to OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
208return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerInputListener.BeginClose, this.innerInputListener.EndClose);