Base:
method
OnEndClose
System.ServiceModel.Channels.CommunicationObject.OnEndClose(System.IAsyncResult)
3 overrides of OnEndClose
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
310protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1032protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
201protected override void OnEndClose(IAsyncResult result)
2 references to OnEndClose
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
302return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, localUpgrade); 306return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose);