1 implementation of Faulted
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
161public event BinderExceptionHandler Faulted;
12 references to Faulted
System.ServiceModel (12)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
41this.binder.Faulted += OnBinderFaulted; 1017this.binder.Faulted -= this.OnBinderFaulted;
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
44this.binder.Faulted += OnBinderFaulted; 202this.binder.Faulted -= this.OnBinderFaulted;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
35this.binder.Faulted += OnBinderFaulted; 308this.binder.Faulted -= this.OnBinderFaulted;
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
61this.binder.Faulted += OnBinderFaulted; 512this.binder.Faulted -= this.OnBinderFaulted;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
51this.binder.Faulted += OnBinderFaulted; 331this.binder.Faulted -= this.OnBinderFaulted;
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
694this.channelBinder.Faulted += this.OnInnerFaulted;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1166this.channelBinder.Faulted += this.OnInnerFaulted;