Share via


DisableRegisterRefreshForConnectionDrop Property

Gets or sets whether automatic register refresh is allowed due to connection drop.

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

Syntax

'Declaration
Public Property DisableRegisterRefreshForConnectionDrop As Boolean
    Get
    Set
'Usage
Dim instance As SipEndpoint
Dim value As Boolean

value = instance.DisableRegisterRefreshForConnectionDrop

instance.DisableRegisterRefreshForConnectionDrop = value
public bool DisableRegisterRefreshForConnectionDrop { get; set; }

Property Value

Type: System..::..Boolean
true if allowed; otherwise false.

Remarks

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.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace