ConnectionPool Property
Gets the connection pool for this connection.
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
Remarks
[ConnectionPool] can be nullNothingnullptrunita null reference (Nothing in Visual Basic) if the connection does not belong to a pool. For example, incoming connections do not belong to a pool.