コード例 #1
0
 public static HttpClient CreateHttpClient(bool https = true)
 {
     return(WebApiHelper.Create(https));
 }