Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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