Implemented interface member:
event
Faulted
System.ServiceModel.ICommunicationObject.Faulted
14 references to Faulted
System.ServiceModel.Federation (6)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (4)
187
add { CommunicationObject.
Faulted
+= value; }
188
remove { CommunicationObject.
Faulted
-= value; }
339
add { CommunicationObject.
Faulted
+= value; }
340
remove { CommunicationObject.
Faulted
-= value; }
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
502
add { _communicationObject.
Faulted
+= value; }
503
remove { _communicationObject.
Faulted
-= value; }
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\CommunicationObject.cs (1)
662
EventHandler handler =
Faulted
;
System\ServiceModel\Channels\ServiceChannel.cs (1)
2049
_channel.
Faulted
+= (s, e) =>
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
557
add { _serviceChannel.
Faulted
+= value; }
558
remove { _serviceChannel.
Faulted
-= value; }
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
158
add { CommunicationObject.
Faulted
+= value; }
159
remove { CommunicationObject.
Faulted
-= value; }
320
add { CommunicationObject.
Faulted
+= value; }
321
remove { CommunicationObject.
Faulted
-= value; }