Ejemplo n.º 1
0
 public HttpInternalHandler(out HttpInternalHandler httpInternalHandler) : base(new HttpClientHandler())
 {
     httpInternalHandler = this;
 }
Ejemplo n.º 2
0
 public ApiClient() : base(new HttpInternalHandler(out HttpInternalHandler handler))
 {