SecureConversationClientSendSecurityFilter.GetBehavior Generic Method
Gets a custom interface for the SecureConversationClientSendSecurityFilter SOAP filter.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Public Class SomeType1
End Class
Dim returnValue As SomeType1
Dim secureConversationClientSendSecurityFilter1 As SecureConversationClientSendSecurityFilter
returnValue = secureConversationClientSendSecurityFilter1.GetBehavior(Of SomeType1)()
Syntax
'Declaration
Public Overrides Function GetBehavior(Of T)() As T
public override T GetBehavior<T>();
public:
generic<typename T>
virtual T GetBehavior() override;
public override T GetBehavior<T>();
JScript does not support Generics.
Return Value
A custom interface for the SecureConversationClientSendSecurityFilter SOAP filter.
Remarks
The SecureConversationClientSendSecurityFilter only supports the ISecureConversationEvents custom interface. The ISecureConversationEvents custom interface allows an application to subscribe to an event that is raised when a secure conversation is established by the SOAP filter.
Use the GetOutputBehavior method to obtain the ISecureConversationEvents custom interface for the SecureConversationClientSendSecurityFilter class and then add an event handler for the SecureConversationCreated event.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
SecureConversationClientSendSecurityFilter Class
SecureConversationClientSendSecurityFilter Members
Microsoft.Web.Services3.Security Namespace
GetOutputBehavior
GetBehavior