Base:
method
OnEndClose
System.ServiceModel.Channels.ChannelFactoryBase<TChannel>.OnEndClose(System.IAsyncResult)
2 overrides of OnEndClose
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
154protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
179protected override void OnEndClose(IAsyncResult result)
2 references to OnEndClose
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
151return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelListener);
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
162ends.Add(new OperationEndCallback(base.OnEndClose));