Пример #1
0
 public LightHttpService(Uri uri, ILogger <LightHttpService> logger = null, bool useCookie = true)
     : this(useCookie, WebProxyExt.Create(uri), logger)
 {
 }