X
x.meglio
I'm looking for simple class to get web-page with some members to
control execution:
1. string Get(string URL) - just get html-page
2. bool Busy - return true while object loading resource
3. Stop() to stop execution
There are problems to use HTTPWebRequest.GetResponse as it lock main
thread.
any ideas?
Regards,
Anton
control execution:
1. string Get(string URL) - just get html-page
2. bool Busy - return true while object loading resource
3. Stop() to stop execution
There are problems to use HTTPWebRequest.GetResponse as it lock main
thread.
any ideas?
Regards,
Anton