Compartir a través de


WSTrustServiceContract.RequestFailed (Evento)

Occurs when a Failure happens processing a Trust request from the client.

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As WSTrustServiceContract
Dim handler As EventHandler(Of WSTrustRequestProcessingErrorEventArgs)

AddHandler instance.RequestFailed, handler

Sintaxis

'Declaración
Public Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs)
public event EventHandler<WSTrustRequestProcessingErrorEventArgs> RequestFailed
public:
event EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ RequestFailed {
    void add (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
    void remove (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
}
/** @event */
public void add_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value)

/** @event */
public void remove_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value)

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

WSTrustServiceContract (Clase)
WSTrustServiceContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)