WSTrustChannel.Faulted 事件

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

用法

    Dim instance As WSTrustChannel
Dim handler As EventHandler

AddHandler instance.Faulted, handler

语法

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

/** @event */
public final void remove_Faulted (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 命名空间