Browse Source

Uploading the early Draft Xamarin Patterns eBook

pull/119/merge
Cesar De la Torre 7 years ago
parent
commit
ce8b89e48e
2 changed files with 1 additions and 0 deletions
  1. BIN
      docs/Developing-Enterprise-Mobile-Applications-with-XamarinForms.pdf
  2. +1
    -0
      src/Web/WebMVC/Services/Utilities/ResilientHttpClient.cs

BIN
docs/Developing-Enterprise-Mobile-Applications-with-XamarinForms.pdf View File


+ 1
- 0
src/Web/WebMVC/Services/Utilities/ResilientHttpClient.cs View File

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


Loading…
Cancel
Save