Gets or sets whether the endpoint should retry requests for failed responses that contain a retry-after header. Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

Remarks

By default, DisableAutomaticRetryForRetryAfter is false, and the platform will retry these requests automatically. Set this property true to disable the automatic retry.

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.


Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also