Exemple #1
0
 public System.Threading.Tasks.Task <SitioWeb.Service.LoginResponse> LoginAsync(string strBody)
 {
     SitioWeb.Service.LoginRequest inValue = new SitioWeb.Service.LoginRequest();
     inValue.Body         = new SitioWeb.Service.LoginRequestBody();
     inValue.Body.strBody = strBody;
     return(((SitioWeb.Service.ServiceSoap)(this)).LoginAsync(inValue));
 }
Exemple #2
0
 public string Login(string strBody)
 {
     SitioWeb.Service.LoginRequest inValue = new SitioWeb.Service.LoginRequest();
     inValue.Body         = new SitioWeb.Service.LoginRequestBody();
     inValue.Body.strBody = strBody;
     SitioWeb.Service.LoginResponse retVal = ((SitioWeb.Service.ServiceSoap)(this)).Login(inValue);
     return(retVal.Body.LoginResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <SitioWeb.Service.LoginResponse> SitioWeb.Service.ServiceSoap.LoginAsync(SitioWeb.Service.LoginRequest request)
 {
     return(base.Channel.LoginAsync(request));
 }
Exemple #4
0
 SitioWeb.Service.LoginResponse SitioWeb.Service.ServiceSoap.Login(SitioWeb.Service.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }