Base:
method
OnEndClose
System.ServiceModel.Channels.LayeredChannelListener<TChannel>.OnEndClose(System.IAsyncResult)
6 overrides of OnEndClose
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1589protected override void OnEndClose(IAsyncResult result) 3528protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
299protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
45protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
200protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
242protected override void OnEndClose(IAsyncResult result)
6 references to OnEndClose
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1586return new ChainedAsyncResult(timeout, callback, state, this.OnBeginOuterListenerClose, this.OnEndOuterListenerClose, base.OnBeginClose, base.OnEndClose); 3525return new ChainedAsyncResult(timeout, callback, state, this.OnBeginOuterListenerClose, this.OnEndOuterListenerClose, base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
295base.OnBeginClose, base.OnEndClose,
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
42return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerChannelFactory);
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
196return new CloseAsyncResult(this, base.OnBeginClose, base.OnEndClose, timeout,
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
239return new ChainedAsyncResult(timeout, callback, state, this.OnBeginCloseSharedState, this.OnEndCloseSharedState, base.OnBeginClose, base.OnEndClose);