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