WSTrustServiceContract.RequestFailed 이벤트
Occurs when a Failure happens processing a Trust request from the client.
네임스페이스: Microsoft.IdentityModel.Protocols.WSTrust
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)
사용법
Dim instance As WSTrustServiceContract Dim handler As EventHandler(Of WSTrustRequestProcessingErrorEventArgs) AddHandler instance.RequestFailed, handler
구문
‘선언
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)
플랫폼
개발 플랫폼
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
참고 항목
참조
WSTrustServiceContract 클래스
WSTrustServiceContract 멤버
Microsoft.IdentityModel.Protocols.WSTrust 네임스페이스