Edit

Share via


SipEndpoint.DisableRegisterRefreshForConnectionDrop Property

Definition

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.

public:
 property bool DisableRegisterRefreshForConnectionDrop { bool get(); void set(bool value); };
public bool DisableRegisterRefreshForConnectionDrop { get; set; }
member this.DisableRegisterRefreshForConnectionDrop : bool with get, set
Public Property DisableRegisterRefreshForConnectionDrop As Boolean

Property Value

Applies to