RealTimeServerConnectionManager.GetListeningAddresses Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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