Base:
method
OnClosing
System.ServiceModel.Channels.CommunicationObject.OnClosing()
4 overrides of OnClosing
System.ServiceModel (4)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
134protected override void OnClosing()
System\ServiceModel\Channels\PeerInputChannel.cs (1)
106protected override void OnClosing()
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1022protected override void OnClosing()
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
542protected override void OnClosing()
4 references to OnClosing
System.ServiceModel (4)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
136base.OnClosing();
System\ServiceModel\Channels\PeerInputChannel.cs (1)
108base.OnClosing();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1024base.OnClosing();
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
544base.OnClosing();