Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(457)

Unified Diff: Src/GoogleApis.Core/Apis/Requests/RequestBuilder.cs

Issue 61660043: Issue 362: add Resume() method to ResumableUpload (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: add try-catch on resuming Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Src/GoogleApis.Tests/Apis/Upload/ResumableUploadTest.cs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Src/GoogleApis.Core/Apis/Requests/RequestBuilder.cs
===================================================================
--- a/Src/GoogleApis.Core/Apis/Requests/RequestBuilder.cs
+++ b/Src/GoogleApis.Core/Apis/Requests/RequestBuilder.cs
@@ -80,6 +80,7 @@
}
/// <summary>Construct a new request builder.</summary>
+ /// TODO(peleyal): Consider using the Factory pattern here.
public RequestBuilder()
{
PathParameters = new Dictionary<string, IList<string>>();
« no previous file with comments | « no previous file | Src/GoogleApis.Tests/Apis/Upload/ResumableUploadTest.cs » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b