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

Unified Diff: Src/GoogleApis/Apis/Authentication/DelegateAuthenticator.cs

Issue 12566043: Issue 369: Change default behavior of an HTTP request (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Miceli review Created 10 years, 7 months 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
Index: Src/GoogleApis/Apis/Authentication/DelegateAuthenticator.cs
===================================================================
--- a/Src/GoogleApis/Apis/Authentication/DelegateAuthenticator.cs
+++ b/Src/GoogleApis/Apis/Authentication/DelegateAuthenticator.cs
@@ -35,7 +35,7 @@
/// </summary>
/// <param name="webRequest">The request needing authentication.</param>
public delegate void RequestModifier(HttpWebRequest webRequest);
-
+
/// <summary>
/// Creates a new DelegateAuthenticator.
/// </summary>
@@ -50,7 +50,7 @@
/// Apply authentication to the request. Calls the RequestModifier delegate
/// modify the request by adding authentication information.
/// </summary>
- /// <param name="webRequest">The request needing authentication.</param>
+ /// <param name="request">The request needing authentication.</param>
public virtual void ApplyAuthenticationToRequest(HttpWebRequest request)
{
modifyRequestDelegate(request);
« no previous file with comments | « Src/GoogleApis.Tests/Apis/Utils/ExponentialBackOffTest.cs ('k') | Src/GoogleApis/Apis/Http/BackOffHandler.cs » ('j') | no next file with comments »

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