Base:
method
OnEndClose
System.ServiceModel.Channels.LayeredChannel<TInnerChannel>.OnEndClose(System.IAsyncResult)
1 override of OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
761protected override void OnEndClose(IAsyncResult result)
1 reference to OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
758return new ChainedAsyncResult(timeout, callback, state, this.OnBeginCloseSharedState, this.OnEndCloseSharedState, base.OnBeginClose, base.OnEndClose);