WSTrustServiceContract.RequestFailed Событие

Определение

Возникает, когда происходит сбой обработки запроса WS-Trust от клиента.

public:
 event EventHandler<System::ServiceModel::Security::WSTrustRequestProcessingErrorEventArgs ^> ^ RequestFailed;
public event EventHandler<System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs> RequestFailed;
member this.RequestFailed : EventHandler<System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs> 
Public Custom Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs) 

Тип события

EventHandler<WSTrustRequestProcessingErrorEventArgs>

Комментарии

Дополнительные сведения см. в описании метода HandleException.

Применяется к