1 instantiation of WSTrustRequestProcessingErrorEventArgs
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
669
_requestFailed(this, new
WSTrustRequestProcessingErrorEventArgs
(action, ex));
2 references to WSTrustRequestProcessingErrorEventArgs
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustServiceContract.cs (2)
52
event EventHandler<
WSTrustRequestProcessingErrorEventArgs
> _requestFailed;
72
public event EventHandler<
WSTrustRequestProcessingErrorEventArgs
> RequestFailed