Gets or sets the pool size used for connection pools. This property can be used to globally control the pool size used for new connection pools.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 

DefaultMaximumNumberOfConnectionsPerPool 
As 
Integer
C#
public 
int 

DefaultMaximumNumberOfConnectionsPerPool { 
get; 
set; }
Visual C++
public:
property 
int 

DefaultMaximumNumberOfConnectionsPerPool {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_

defaultMaximumNumberOfConnectionsPerPool();
function set_

defaultMaximumNumberOfConnectionsPerPool(
value);

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when the value given is negative or zero.

See Also