Exemplo n.º 1
0
 public void SetWebProxy(IWebProxy webProxy)
 {
     HttpHelper.Proxy = webProxy;
     TelemetryProvider?.SetWebProxy(webProxy);
 }