Edit

Share via


RealTimeConnection.ConnectionPool Property

Definition

Gets the connection pool for this connection. This can be null if the connection does not belong to a pool. For example, incoming connections do not belong to a pool.

public:
 property Microsoft::Rtc::Signaling::ConnectionPool ^ ConnectionPool { Microsoft::Rtc::Signaling::ConnectionPool ^ get(); };
public Microsoft.Rtc.Signaling.ConnectionPool ConnectionPool { get; }
member this.ConnectionPool : Microsoft.Rtc.Signaling.ConnectionPool
Public ReadOnly Property ConnectionPool As ConnectionPool

Property Value

Applies to