Share via


ServerPortChanged Event

Raised when the server port is changed.

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

Remarks

The server port can be changed when the server is auto-discovered or when redirection occurs.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace