Пример #1
0
 public System.Threading.Tasks.Task <SOAPCorreios.Correio.buscaEventosResponse> buscaEventosAsync(string usuario, string senha, string tipo, string resultado, string lingua, string objetos)
 {
     SOAPCorreios.Correio.buscaEventosRequest inValue = new SOAPCorreios.Correio.buscaEventosRequest();
     inValue.usuario   = usuario;
     inValue.senha     = senha;
     inValue.tipo      = tipo;
     inValue.resultado = resultado;
     inValue.lingua    = lingua;
     inValue.objetos   = objetos;
     return(((SOAPCorreios.Correio.Service)(this)).buscaEventosAsync(inValue));
 }
Пример #2
0
 public SOAPCorreios.Correio.sroxml buscaEventos(string usuario, string senha, string tipo, string resultado, string lingua, string objetos)
 {
     SOAPCorreios.Correio.buscaEventosRequest inValue = new SOAPCorreios.Correio.buscaEventosRequest();
     inValue.usuario   = usuario;
     inValue.senha     = senha;
     inValue.tipo      = tipo;
     inValue.resultado = resultado;
     inValue.lingua    = lingua;
     inValue.objetos   = objetos;
     SOAPCorreios.Correio.buscaEventosResponse retVal = ((SOAPCorreios.Correio.Service)(this)).buscaEventos(inValue);
     return(retVal.@return);
 }
Пример #3
0
 System.Threading.Tasks.Task <SOAPCorreios.Correio.buscaEventosResponse> SOAPCorreios.Correio.Service.buscaEventosAsync(SOAPCorreios.Correio.buscaEventosRequest request)
 {
     return(base.Channel.buscaEventosAsync(request));
 }
Пример #4
0
 SOAPCorreios.Correio.buscaEventosResponse SOAPCorreios.Correio.Service.buscaEventos(SOAPCorreios.Correio.buscaEventosRequest request)
 {
     return(base.Channel.buscaEventos(request));
 }