11 overrides of OnClosing
System.ServiceModel (7)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
161protected override void OnClosing()
System\ServiceModel\Channels\LayeredChannel.cs (1)
43protected override void OnClosing()
System\ServiceModel\Channels\PeerChannelListener.cs (1)
175protected override void OnClosing()
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
37protected override void OnClosing()
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
50protected override void OnClosing()
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
90protected override void OnClosing()
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
67protected override void OnClosing()
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
386protected override void OnClosing()
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
301protected override void OnClosing()
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
101protected override void OnClosing()
System.WorkflowServices (1)
System\ServiceModel\WorkflowServiceHost.cs (1)
153protected override void OnClosing()
14 references to OnClosing
System.ServiceModel (10)
System\ServiceModel\Channels\CommunicationObject.cs (3)
123OnClosing(); 189OnClosing(); 310OnClosing();
System\ServiceModel\Channels\InputQueueChannel.cs (1)
163base.OnClosing();
System\ServiceModel\Channels\LayeredChannel.cs (1)
46base.OnClosing();
System\ServiceModel\Channels\PeerChannelListener.cs (1)
177base.OnClosing();
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
40base.OnClosing();
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
53base.OnClosing();
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
92base.OnClosing();
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
70base.OnClosing();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
388base.OnClosing();
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
323base.OnClosing();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
107base.OnClosing();
System.WorkflowServices (1)
System\ServiceModel\WorkflowServiceHost.cs (1)
161base.OnClosing();