Base:
method
OnClose
System.ServiceModel.Channels.CommunicationObject.OnClose(System.TimeSpan)
4 overrides of OnClose
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
315protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
982protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
101protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
170protected override void OnClose(TimeSpan timeout)
2 references to OnClose
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
326base.OnClose(timeout);
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
104base.OnClose(timeout);