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.
Gets the collection of listening addresses.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetListeningAddresses As ReadOnlyCollection(Of IPAddress)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim returnValue As ReadOnlyCollection(Of IPAddress)
returnValue = instance.GetListeningAddresses()
public ReadOnlyCollection<IPAddress> GetListeningAddresses()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IPAddress>
The collection of listening addresses.
See Also
Reference
RealTimeServerConnectionManager Class