Gets or sets the value that controls whether automatic register refresh should be allowed due to connection drop. When the current connection is disconnected for some reason and the endpoint uses either client connection manager or a server connection manager that does not listen, a register refresh attempt is made. By default, this property is set to false (Register Refresh occurs when connection drops). If disabled, connection drop would set the registration state to Unregistered. This flag is ignored when the server connection manager is used and the manager is listening for incoming connections as there is no automatic register refresh attempted.

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

Syntax

Visual Basic (Declaration)
Public 
Property 

DisableRegisterRefreshForConnectionDrop 
As 
Boolean
C#
public 
bool 

DisableRegisterRefreshForConnectionDrop { 
get; 
set; }
Visual C++
public:
property 
bool 

DisableRegisterRefreshForConnectionDrop {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_

disableRegisterRefreshForConnectionDrop();
function set_

disableRegisterRefreshForConnectionDrop(
value);

See Also