1 write to onChannelFaulted
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
21
this.
onChannelFaulted
= new EventHandler(OnChannelFaulted);
2 references to onChannelFaulted
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
26
channel.Faulted += this.
onChannelFaulted
;
32
channel.Faulted -= this.
onChannelFaulted
;