WSTrustChannel.Opened 事件

命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim instance As WSTrustChannel
Dim handler As EventHandler

AddHandler instance.Opened, handler

语法

声明
Public Event Opened As EventHandler
public event EventHandler Opened
public:
virtual event EventHandler^ Opened {
    void add (EventHandler^ value) sealed;
    void remove (EventHandler^ value) sealed;
}
/** @event */
public final void add_Opened (EventHandler value)

/** @event */
public final void remove_Opened (EventHandler value)

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

WSTrustChannel 类
WSTrustChannel 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间