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