Edit

Share via


SipEndpoint.MaximumRegisterRedirectionAttempts Property

Definition

Gets or sets the value that controls the number of redirect attempts allowed for registration. The default value is 3. The allowed range is from 0 to 5. The value of 0 disables automatic redirection.

public:
 property int MaximumRegisterRedirectionAttempts { int get(); void set(int value); };
public int MaximumRegisterRedirectionAttempts { get; set; }
member this.MaximumRegisterRedirectionAttempts : int with get, set
Public Property MaximumRegisterRedirectionAttempts As Integer

Property Value

Applies to