Example #1
0
 public HttpApiOutputSender(
     HttpApiConfig config)
 {
     _config     = config;
     _httpClient = new HttpClient();
 }