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 one or more items are added or removed from the list of listening addresses.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ListeningAddressesChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.ListeningAddressesChanged, handler
public event EventHandler<EventArgs> ListeningAddressesChanged
See Also
Reference
RealTimeServerConnectionManager Class