Exemplo n.º 1
0
 public HttpClient(ICore core) : this(core, core.CreateHttpClientPtr())
 {
     core.HttpClientPool.Add(this);
 }