Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/corelib/Providers/Rackspace/ProviderBase`1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ protected Response StreamRESTRequest(CloudIdentity identity, Uri absoluteUri, Ht
/// The base implementation returns a <see cref="JsonRequestSettings"/> object initialized with the following values.
///
/// <list type="bullet">
/// <item>The <see cref="RequestSettings.RetryCount"/> is 2.</item>
/// <item>The <see cref="RequestSettings.RetryCount"/> is 0.</item>
/// <item>The <see cref="RequestSettings.RetryDelay"/> is 200 milliseconds.</item>
/// <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>
/// <item>The <see cref="RequestSettings.UserAgent"/> is set to <see cref="UserAgentGenerator.UserAgent"/>.</item>
Expand Down