You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The base implementation returns a <see cref="JsonRequestSettings"/> object initialized with the following values.
607
607
///
608
608
/// <list type="bullet">
609
-
/// <item>The <see cref="RequestSettings.RetryCount"/> is 2.</item>
609
+
/// <item>The <see cref="RequestSettings.RetryCount"/> is 0.</item>
610
610
/// <item>The <see cref="RequestSettings.RetryDelay"/> is 200 milliseconds.</item>
611
611
/// <item>The <see cref="RequestSettings.Non200SuccessCodes"/> contains <see cref="HttpStatusCode.Unauthorized"/> and <see cref="HttpStatusCode.Conflict"/>, along with the values in <paramref name="non200SuccessCodes"/> (if any).</item>
612
612
/// <item>The <see cref="RequestSettings.UserAgent"/> is set to <see cref="UserAgentGenerator.UserAgent"/>.</item>
613
+
/// <item>The <see cref="RequestSettings.AllowZeroContentLength"/> is set to <see langword="true"/>.</item>
614
+
/// <item>The <see cref="RequestSettings.ConnectionLimit"/> is set to <see cref="ConnectionLimit"/>.</item>
613
615
/// <item>Other properties are set to the default values for <see cref="JsonRequestSettings"/>.</item>
0 commit comments