示例#1
0
 public RestClient(IHttpClientFactory httpClientFactory)
 {
     m_client = httpClientFactory.CreateRestClient();
 }