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)
52event EventHandler<WSTrustRequestProcessingErrorEventArgs> _requestFailed; 72public event EventHandler<WSTrustRequestProcessingErrorEventArgs> RequestFailed