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