RealTimeEndpoint.DisableAutomaticRetryForRetryAfter Property
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.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DisableAutomaticRetryForRetryAfter As Boolean
Get
Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As Boolean
value = instance.DisableAutomaticRetryForRetryAfter
instance.DisableAutomaticRetryForRetryAfter = value
public bool DisableAutomaticRetryForRetryAfter { get; set; }
Property Value
Type: System.Boolean