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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ConnectionPool 
As 

ConnectionPool
C#
public 

ConnectionPool 
ConnectionPool { 
get; }
Visual C++
public:
property 

ConnectionPool^ 
ConnectionPool {
	

ConnectionPool^ 
get ();
}
JavaScript
function get_
connectionPool();

See Also