コード例 #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;
 }
コード例 #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;
 }