SipEndpoint.AuthenticationProtocolChanged Event
Raised when the protocol used between the client and server changes.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event AuthenticationProtocolChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As SipEndpoint
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.AuthenticationProtocolChanged, handler
public event EventHandler<EventArgs> AuthenticationProtocolChanged