Compartir a través de


WSTrustChannel.Opening (Evento)

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

Uso

    Dim instance As WSTrustChannel
Dim handler As EventHandler

AddHandler instance.Opening, handler

Sintaxis

'Declaración
Public Event Opening As EventHandler
public event EventHandler Opening
public:
virtual event EventHandler^ Opening {
    void add (EventHandler^ value) sealed;
    void remove (EventHandler^ value) sealed;
}
/** @event */
public final void add_Opening (EventHandler value)

/** @event */
public final void remove_Opening (EventHandler 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

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