Uploading the early Draft Xamarin Patterns eBook

This commit is contained in:
Cesar De la Torre 2017-03-29 13:16:00 -07:00
parent e4474127f9
commit ce8b89e48e
2 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace WebMVC.Services.Utilities
/// <summary> /// <summary>
/// HttpClient wrapper that integrates Retry and Circuit /// HttpClient wrapper that integrates Retry and Circuit
/// breaker policies when invoking HTTP services. /// breaker policies when invoking HTTP services.
/// Based on Polly library: https://github.com/App-vNext/Polly
/// </summary> /// </summary>
public class ResilientHttpClient : IHttpClient public class ResilientHttpClient : IHttpClient
{ {