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); |