Edit

Share via


RealTimeServerConnectionManager.GetListeningAddresses Method

Definition

Caution

This API is obsolete. Applications must remember the passed listening addresses or query them using .Net framework APIs.

Gets the collection of listening addresses.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Net::IPAddress ^> ^ GetListeningAddresses();
[System.Obsolete("This API is obsolete. Applications must remember the passed listening addresses or query them using .Net framework APIs.")]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Net.IPAddress> GetListeningAddresses ();
member this.GetListeningAddresses : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Net.IPAddress>
Public Function GetListeningAddresses () As ReadOnlyCollection(Of IPAddress)

Returns

The collection of listening addresses.

Attributes

Applies to