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