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