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