Base:
method
OnClosed
System.ServiceModel.Channels.CommunicationObject.OnClosed()
3 overrides of OnClosed
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
112
protected override void
OnClosed
()
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
332
protected override void
OnClosed
()
UnitTests.Common (1)
MockChannelBase.cs (1)
231
protected override void
OnClosed
()
3 references to OnClosed
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
114
base.
OnClosed
();
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
334
base.
OnClosed
();
UnitTests.Common (1)
MockChannelBase.cs (1)
238
base.
OnClosed
();