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.
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