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