Edit

Share via


RealTimeEndpoint.DisableAutomaticRetryForRetryAfter Property

Definition

Gets or sets whether the endpoint should retry requests for failed responses that contain retry-after header. By default, this is false and hence the platform will retry once more for such requests. If the applications wants to disable this automatic retry behavior, this property can be set to true. Typically, this might be needed for an application whose primary task is to perform back to back operation for two sessions where automatic retry might interfere with the ability to offer quick feedback via the back to back session so that the remote can take corrective measures.

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

Property Value

Applies to