コード例 #1
0
 protected async Task <HttpClient> GetHttpClient()
 {
     return(await _httpClientProvider.GetHttpClient());
 }