예제 #1
0
 public DefaultHttpClientFactory(ISwitch <string, HttpClient> httpClientSwitch = null)
 {
     _httpClientSwitch = httpClientSwitch ?? Switch.Create <string, HttpClient>();
 }