Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WebApplication1.ServiceReference1.AUTLSTResponse> AUTLSTAsync(string _CNOMECLIENTE, string _CSENHACLIENTE)
 {
     WebApplication1.ServiceReference1.AUTLSTRequest inValue = new WebApplication1.ServiceReference1.AUTLSTRequest();
     inValue._CNOMECLIENTE  = _CNOMECLIENTE;
     inValue._CSENHACLIENTE = _CSENHACLIENTE;
     return(((WebApplication1.ServiceReference1.WSPOR02SOAP)(this)).AUTLSTAsync(inValue));
 }
Exemplo n.º 2
0
 public WebApplication1.ServiceReference1.STINFOS AUTLST(string _CNOMECLIENTE, string _CSENHACLIENTE)
 {
     WebApplication1.ServiceReference1.AUTLSTRequest inValue = new WebApplication1.ServiceReference1.AUTLSTRequest();
     inValue._CNOMECLIENTE  = _CNOMECLIENTE;
     inValue._CSENHACLIENTE = _CSENHACLIENTE;
     WebApplication1.ServiceReference1.AUTLSTResponse retVal = ((WebApplication1.ServiceReference1.WSPOR02SOAP)(this)).AUTLST(inValue);
     return(retVal.AUTLSTRESULT);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WebApplication1.ServiceReference1.AUTLSTResponse> WebApplication1.ServiceReference1.WSPOR02SOAP.AUTLSTAsync(WebApplication1.ServiceReference1.AUTLSTRequest request)
 {
     return(base.Channel.AUTLSTAsync(request));
 }
Exemplo n.º 4
0
 WebApplication1.ServiceReference1.AUTLSTResponse WebApplication1.ServiceReference1.WSPOR02SOAP.AUTLST(WebApplication1.ServiceReference1.AUTLSTRequest request)
 {
     return(base.Channel.AUTLST(request));
 }