How to make HTTP request in windows service? [clos

2019-03-22 04:38发布

i want to implement my first windows service application. this app must run day and night. it should to send each 1 hour http request with possibility to make snapshot of requested webpage and save it in database.

can you show me some c# code examples how to:

  1. make http request from windows service.
  2. set a timer for requesting each 1 hour.
  3. send e-mail that snapshot is successfully saved in DB.

thank you!

登录 后发表回答