Base:
method
OnClosed
System.ServiceModel.Channels.CommunicationObject.OnClosed()
4 overrides of OnClosed
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
787protected override void OnClosed()
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
259protected override void OnClosed()
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
269protected override void OnClosed()
UnitTests.Common (1)
MockChannelBase.cs (1)
231protected override void OnClosed()
4 references to OnClosed
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
789base.OnClosed();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
261base.OnClosed();
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
271base.OnClosed();
UnitTests.Common (1)
MockChannelBase.cs (1)
238base.OnClosed();