11 implementations of Faulted
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
95
public event EventHandler
Faulted
;
System\ServiceModel\ClientBase.cs (2)
667
event EventHandler ICommunicationObject.
Faulted
1270
event EventHandler ICommunicationObject.
Faulted
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1161
public event EventHandler
Faulted
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
66
public event EventHandler
Faulted
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
213
public event System.EventHandler
Faulted
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
151
public event EventHandler
Faulted
328
public event EventHandler
Faulted
System\ServiceModel\Security\WSTrustChannel.cs (1)
887
public event EventHandler
Faulted
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
139
event EventHandler ICommunicationObject.
Faulted
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
163
event EventHandler ICommunicationObject.
Faulted
42 references to Faulted
SMSvcHost (1)
System\ServiceModel\Activation\WorkerProcess.cs (1)
259
channel.
Faulted
+= new EventHandler(WorkerProcess_Faulted);
System.ServiceModel (33)
System\ServiceModel\Channels\ChannelTracker.cs (2)
52
channel.
Faulted
+= this.onInnerChannelFaulted;
66
channel.
Faulted
-= this.onInnerChannelFaulted;
System\ServiceModel\Channels\DatagramAdapter.cs (3)
384
this.channel.
Faulted
+= DatagramAdapterReceiver.faultedDelegate;
589
channel.
Faulted
+= this.onChannelFaulted;
595
channel.
Faulted
-= this.onChannelFaulted;
System\ServiceModel\Channels\LayeredChannel.cs (2)
24
this.innerChannel.
Faulted
+= this.onInnerChannelFaulted;
45
this.innerChannel.
Faulted
-= this.onInnerChannelFaulted;
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
182
this.innerOutputChannel.
Faulted
+= this.onInnerOutputChannelFaulted;
202
this.innerOutputChannel.
Faulted
-= this.onInnerOutputChannelFaulted;
System\ServiceModel\Channels\LayeredChannelListener.cs (4)
41
this.innerChannelListener.
Faulted
+= onInnerListenerFaulted;
58
this.innerChannelListener.
Faulted
-= onInnerListenerFaulted;
63
this.innerChannelListener.
Faulted
+= onInnerListenerFaulted;
136
channelListener.
Faulted
-= onInnerListenerFaulted;
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1243
this.proxyChannel.
Faulted
+= OnChannelFaulted;
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
1589
faultedChannel.
Faulted
-= this.onChannelFaulted;
1842
channel.
Faulted
-= this.onChannelFaulted;
1907
this.currentChannel.
Faulted
+= this.onChannelFaulted;
1971
this.currentChannel.
Faulted
-= this.onChannelFaulted;
System\ServiceModel\Channels\ServiceChannel.cs (1)
437
this.binder.Channel.
Faulted
+= OnInnerChannelFaulted;
System\ServiceModel\ClientBase.cs (4)
671
this.InnerChannel.
Faulted
+= value;
675
this.InnerChannel.
Faulted
-= value;
1272
add { ((ICommunicationObject)this.channel).
Faulted
+= value; }
1273
remove { ((ICommunicationObject)this.channel).
Faulted
-= value; }
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
102
this.listener.
Faulted
+= new EventHandler(OnListenerFaulted);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
41
this.channel.
Faulted
+= new EventHandler(OnFaulted);
1163
add { this.innerChannel.
Faulted
+= value; }
1164
remove { this.innerChannel.
Faulted
-= value; }
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
26
channel.
Faulted
+= this.onChannelFaulted;
32
channel.
Faulted
-= this.onChannelFaulted;
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (2)
215
add { _communicationObject.
Faulted
+= value; }
216
remove { _communicationObject.
Faulted
-= value; }
System\ServiceModel\Security\WSTrustChannel.cs (2)
891
Channel.
Faulted
+= value;
895
Channel.
Faulted
-= value;
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\AnnouncementClient.cs (2)
145
this.InnerCommunicationObject.
Faulted
+= OnInnerCommunicationObjectFaulted;
155
this.InnerCommunicationObject.
Faulted
-= OnInnerCommunicationObjectFaulted;
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
169
this.InnerCommunicationObject.
Faulted
+= OnInnerCommunicationObjectFaulted;
179
this.InnerCommunicationObject.
Faulted
-= OnInnerCommunicationObjectFaulted;
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (3)
83
this.innerChannel.
Faulted
+= new EventHandler(OnInnerChannelFaulted);
98
this.innerChannel.
Faulted
+= new EventHandler(OnInnerChannelFaulted);
105
this.innerChannel.
Faulted
-= new EventHandler(OnInnerChannelFaulted);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
148
((ICommunicationObject)channel).
Faulted
+= this.InnerChannelFaulted;