Gets the value indicating if the connection is throttled. If throttling is enabled, then a connection can be throttling based on the load. The application can refrain from sending more traffic using this connection until this connection gets out of throttling mode. For example, a signaling session caches a connection it uses for outgoing messages. If the corresponding connection is throttled, the application can refrain from sending more messages on that session until the connection is no longer throttled.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsConnectionThrottled 
As 
Boolean
C#
public 
bool 
IsConnectionThrottled { 
get; }
Visual C++
public:
property 
bool 
IsConnectionThrottled {
	
bool 
get ();
}
JavaScript
function get_
isConnectionThrottled();

See Also