Exemple #1
0
 public string Login(string username, string encodePsd)
 {
     LingYun.LingYunService.LoginRequest inValue = new LingYun.LingYunService.LoginRequest();
     inValue.Body           = new LingYun.LingYunService.LoginRequestBody();
     inValue.Body.username  = username;
     inValue.Body.encodePsd = encodePsd;
     LingYun.LingYunService.LoginResponse retVal = ((LingYun.LingYunService.LingYunServiceSoap)(this)).Login(inValue);
     return(retVal.Body.LoginResult);
 }
Exemple #2
0
 LingYun.LingYunService.LoginResponse LingYun.LingYunService.LingYunServiceSoap.Login(LingYun.LingYunService.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }