Exemplo n.º 1
0
 public ApxApiProxyBase(string webServer, string login, string password)
 {
     this.client = new HttpClientProxy(webServer, login, password);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Connect Apx REST Web Service through Windows NT user
 /// </summary>
 /// <param name="webServer">Web Server Name</param>
 public ApxApiProxyBase(string webServer)
 {
     this.client = new HttpClientProxy(webServer);
 }