Share via


ServerChanged Event

Raised when the server is changed.

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

Remarks

The server can be changed when the server is autodiscovered or when redirection occurs.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace