Edit

Share via


ConnectionPool.GetConnections Method

Definition

Gets the list of connections currently in this connection pool.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Signaling::RealTimeConnection ^> ^ GetConnections();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Signaling.RealTimeConnection> GetConnections ();
member this.GetConnections : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Signaling.RealTimeConnection>
Public Function GetConnections () As ReadOnlyCollection(Of RealTimeConnection)

Returns

Applies to