1 override of OnFaulted
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
778
public override void
OnFaulted
()
5 references to OnFaulted
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
504
this.
OnFaulted
();
780
base.
OnFaulted
();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1104
this.session.
OnFaulted
();
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
344
this.session.
OnFaulted
();
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
532
this.session.
OnFaulted
();