6 implementations of Faulted
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
337public event EventHandler Faulted
System\ServiceModel\Federation\WSTrustChannel.cs (1)
179event EventHandler ICommunicationObject.Faulted
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
500event EventHandler ICommunicationObject.Faulted
System.ServiceModel.Primitives (3)
netstandard.cs (3)
486event System.EventHandler System.ServiceModel.ICommunicationObject.Faulted { add { } remove { } } 529event System.EventHandler System.ServiceModel.ICommunicationObject.Faulted { add { } remove { } } 1385public event System.EventHandler Faulted { add { } remove { } }
4 references to Faulted
Client.ClientBase.IntegrationTests (2)
SessionTests.cs (2)
262OperationContext.Current.Channel.Faulted += (sender, e) => 528ctxChannel.Faulted += (sender, e) =>
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannel.cs (2)
181add { RequestChannel.Faulted += value; } 182remove { RequestChannel.Faulted -= value; }