SipEndpoint.ServerChanged Event
Raised when the server is changed, as when the server is autodiscovered or when redirection occurs.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ServerChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As SipEndpoint
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.ServerChanged, handler
public event EventHandler<EventArgs> ServerChanged