ISecureConversationEvents.SecureConversationCreated Event
Occurs when secure conversation is established by the SecureConversationClientSendSecurityFilter SOAP filter.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
No usage available.
Syntax
'Declaration
Event SecureConversationCreated As EventHandler(Of SecureConversationEventArgs)
event EventHandler<SecureConversationEventArgs> SecureConversationCreated;
event EventHandler<SecureConversationEventArgs^>^ SecureConversationCreated;
void add_SecureConversationCreated(EventHandler<SecureConversationEventArgs> handler);
void remove_SecureConversationCreated(EventHandler<SecureConversationEventArgs> handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.
Remarks
Use the GetOutputBehavior method to obtain the ISecureConversationEvents custom interface for the SecureConversationClientSendSecurityFilter class and then add an event handler for the SecureConversationCreated event.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ISecureConversationEvents Interface
ISecureConversationEvents Members
Microsoft.Web.Services3.Security Namespace
SecureConversationEventArgs
GetBehavior