|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using Polly;
|
|
|
|
|
using Polly.Utilities;
|
|
|
|
|
|
|
|
|
|
namespace HttpClientStudy.Core
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 使用Polly的 HttpClient
|
|
|
|
|
/// </summary>
|
|
|
|
|
public class PollyHttpClient
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|