Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SOAPCorreios.Correio.buscaEventosListaResponse> buscaEventosListaAsync(string usuario, string senha, string tipo, string resultado, string lingua, string[] objetos)
 {
     SOAPCorreios.Correio.buscaEventosListaRequest inValue = new SOAPCorreios.Correio.buscaEventosListaRequest();
     inValue.usuario   = usuario;
     inValue.senha     = senha;
     inValue.tipo      = tipo;
     inValue.resultado = resultado;
     inValue.lingua    = lingua;
     inValue.objetos   = objetos;
     return(((SOAPCorreios.Correio.Service)(this)).buscaEventosListaAsync(inValue));
 }
Exemplo n.º 2
0
 public SOAPCorreios.Correio.sroxml buscaEventosLista(string usuario, string senha, string tipo, string resultado, string lingua, string[] objetos)
 {
     SOAPCorreios.Correio.buscaEventosListaRequest inValue = new SOAPCorreios.Correio.buscaEventosListaRequest();
     inValue.usuario   = usuario;
     inValue.senha     = senha;
     inValue.tipo      = tipo;
     inValue.resultado = resultado;
     inValue.lingua    = lingua;
     inValue.objetos   = objetos;
     SOAPCorreios.Correio.buscaEventosListaResponse retVal = ((SOAPCorreios.Correio.Service)(this)).buscaEventosLista(inValue);
     return(retVal.@return);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <SOAPCorreios.Correio.buscaEventosListaResponse> SOAPCorreios.Correio.Service.buscaEventosListaAsync(SOAPCorreios.Correio.buscaEventosListaRequest request)
 {
     return(base.Channel.buscaEventosListaAsync(request));
 }
Exemplo n.º 4
0
 SOAPCorreios.Correio.buscaEventosListaResponse SOAPCorreios.Correio.Service.buscaEventosLista(SOAPCorreios.Correio.buscaEventosListaRequest request)
 {
     return(base.Channel.buscaEventosLista(request));
 }