SipEndpoint.ServerPortChanged Event
Raises the server port 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 ServerPortChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As SipEndpoint
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.ServerPortChanged, handler
public event EventHandler<EventArgs> ServerPortChanged