Implemented interface member:
event
Faulted
System.ServiceModel.ICommunicationObject.Faulted
9 references to Faulted
System.ServiceModel (7)
System\ServiceModel\Channels\CommunicationObject.cs (1)
694
EventHandler handler =
Faulted
;
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
153
add { this.communicationObject.
Faulted
+= value; }
154
remove { this.communicationObject.
Faulted
-= value; }
330
add { this.communicationObject.
Faulted
+= value; }
331
remove { this.communicationObject.
Faulted
-= value; }
System\ServiceModel\ServiceHost.cs (2)
67
this.
Faulted
+= new EventHandler(OnServiceHostFaulted);
824
channelDispatcher.
Faulted
+= new EventHandler(OnChannelDispatcherFaulted);
System.ServiceModel.Activation (2)
System\ServiceModel\ServiceHostingEnvironment.cs (2)
1662
service.
Faulted
+= this.serviceFaultedHandler;
1792
service.
Faulted
-= this.serviceFaultedHandler;