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

Unified Diff: Src/GoogleApis/Apis/Http/IConfigurableHttpClientInitializer.cs

Issue 13412046: Reimplement OAuth2 library - Step 1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 10 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/Http/IConfigurableHttpClientInitializer.cs
===================================================================
--- a/Src/GoogleApis/Apis/Http/IConfigurableHttpClientInitializer.cs
b/Src/GoogleApis/Apis/Http/IConfigurableHttpClientInitializer.cs
@@ -22,14 22,14 @@
namespace Google.Apis.Http
{
/// <summary>
- /// Http client initializer for changing the default behavior of Http client.
/// HTTP client initializer for changing the default behavior of HTTP client.
/// Use this initializer to change default values like timeout and number of tries.
/// You can also set different handlers and interceptors like <see cref="IHttpUnsuccessfulResponseHandler"/>s,
/// <see cref="IHttpExceptionHandler"/>s and <see cref="IHttpExecuteInterceptor"/>s.
/// </summary>
public interface IConfigurableHttpClientInitializer
{
- /// <summary> Initializes an Http client after it was created. </summary>
/// <summary>Initializes a HTTP client after it was created.</summary>
void Initialize(ConfigurableHttpClient httpClient);
}
}

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