2 overrides of OnShutdown
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
613protected override void OnShutdown()
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
429protected override void OnShutdown()
3 references to OnShutdown
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
187this.OnShutdown(); 383this.OnShutdown(); 2765this.binder.OnShutdown();