public override void ActionLaunch() { Uqbar.Services.Framework.Providers.Web provider = new Uqbar.Services.Framework.Providers.Web(); FIIDadosCadastrais fiiDados = new FIIDadosCadastrais() { URL = new Uri("http://www.cvm.gov.br/asp/cvmwww/cadastro/CadListPartic.asp?Fisic_Juridic=&Tipo_Partic=67&Cpfcgc_Partic=&DtReg_Partic=&ContSocio="), DataProvider = provider }; fiiDados.NewMessage += this.OnNewMessage; fiiDados.Perform(this.Info); }
public override void ActionLaunch() { Uqbar.Services.Framework.Providers.Web provider = new Uqbar.Services.Framework.Providers.Web(); FIIDadosCadastrais fiiDados = new FIIDadosCadastrais() { URL = new Uri("http://www.cvm.gov.br/asp/cvmwww/cadastro/CadListPartic.asp?Fisic_Juridic=&Tipo_Partic=67&Cpfcgc_Partic=&DtReg_Partic=&ContSocio="), DataProvider = provider }; fiiDados.NewMessage += this.OnNewMessage; fiiDados.Perform(); /* Providers.Web provider = new Providers.Web(); FIIDemonstraçõesFinanceiras fiiDados = new FIIDemonstraçõesFinanceiras() { URL = new Uri(@"http://cvmweb.cvm.gov.br/SWB/Sistemas/SCW/CPublica/ResultListaPartic.aspx?TPConsulta=10"), DataProvider = provider }; fiiDados.NewMessage += this.OnNewMessage; fiiDados.Perform(); */ }