RealTimeConnection.ConnectionPool Property
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.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectionPool As ConnectionPool
Get
'Usage
Dim instance As RealTimeConnection
Dim value As ConnectionPool
value = instance.ConnectionPool
public ConnectionPool ConnectionPool { get; }
Property Value
Type: Microsoft.Rtc.Signaling.ConnectionPool