3 writes to Faulted
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1265
this.outputConnection.
Faulted
+= OnComponentFaulted;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
460
this.connection.
Faulted
+= OnComponentFaulted;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
518
this.connection.
Faulted
+= OnComponentFaulted;
1 reference to Faulted
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
546
ComponentFaultedHandler handler = this.
Faulted
;