Base:
method
OnEndClose
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.OnEndClose(System.IAsyncResult)
1 override of OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
411protected override void OnEndClose(IAsyncResult result)
1 reference to OnEndClose
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
408return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, begin1, end1);