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

Delta Between Two Patch Sets: Src/GoogleApis/Apis/Http/IConfigurableHttpClientInitializer.cs

Issue 13412046: Reimplement OAuth2 library - Step 1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: minor Created 10 years, 10 months ago
Right Patch Set: minor Created 10 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 /* 1 /*
2 Copyright 2013 Google Inc 2 Copyright 2013 Google Inc
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
(...skipping 11 matching lines...) Expand all
22 namespace Google.Apis.Http 22 namespace Google.Apis.Http
23 { 23 {
24 /// <summary>· 24 /// <summary>·
25 /// HTTP client initializer for changing the default behavior of HTTP client .· 25 /// HTTP client initializer for changing the default behavior of HTTP client .·
26 /// Use this initializer to change default values like timeout and number of tries.· 26 /// Use this initializer to change default values like timeout and number of tries.·
27 /// You can also set different handlers and interceptors like <see cref="IHt tpUnsuccessfulResponseHandler"/>s,· 27 /// You can also set different handlers and interceptors like <see cref="IHt tpUnsuccessfulResponseHandler"/>s,·
28 /// <see cref="IHttpExceptionHandler"/>s and <see cref="IHttpExecuteIntercep tor"/>s. 28 /// <see cref="IHttpExceptionHandler"/>s and <see cref="IHttpExecuteIntercep tor"/>s.
29 /// </summary> 29 /// </summary>
30 public interface IConfigurableHttpClientInitializer 30 public interface IConfigurableHttpClientInitializer
31 { 31 {
32 /// <summary> Initializes a HTTP client after it was created. </summary> 32 /// <summary>Initializes a HTTP client after it was created.</summary>
33 void Initialize(ConfigurableHttpClient httpClient); 33 void Initialize(ConfigurableHttpClient httpClient);
34 } 34 }
35 } 35 }
LEFTRIGHT

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