Exemplo n.º 1
0
 public Webservice(string rootUrl, string wsDb)
 {
     this.Client = new soapgateQ.DominoUtilityWebServices(rootUrl);
     this.cookieContainer = new CookieContainer();
     this.Client.CookieContainer = this.cookieContainer;
     this.rootUrl = rootUrl;
     this.wsDb = wsDb;
 }
Exemplo n.º 2
0
 public Webservice(string rootUrl, string wsDb)
 {
     this.Client                 = new soapgateQ.DominoUtilityWebServices(rootUrl);
     this.cookieContainer        = new CookieContainer();
     this.Client.CookieContainer = this.cookieContainer;
     this.rootUrl                = rootUrl;
     this.wsDb = wsDb;
 }