MaximumRegisterRedirectionAttempts Property

Gets or sets the number of redirect attempts allowed for registration.

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

Syntax

'Declaration
Public Property MaximumRegisterRedirectionAttempts As Integer
    Get
    Set
'Usage
Dim instance As SipEndpoint
Dim value As Integer

value = instance.MaximumRegisterRedirectionAttempts

instance.MaximumRegisterRedirectionAttempts = value
public int MaximumRegisterRedirectionAttempts { get; set; }

Property Value

Type: System..::..Int32
An int that contains the maximum number of redirection attempts.

Remarks

The default value is 3. The allowed range is from 0 to 5. The value of 0 disables automatic redirection.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace