Screen scrape class written in vb.net 4 To return all fixtures/results on a date from bet explorer. The date is supplied in the url.
FULL DETAILS IN ATTACHED PDF
The class should have a method called GetResults(fixtureDate as date, useProxy as boolean) that returns a datatable of all fixtures/results on the date provided.
Where the result isn’t present (the game is in the future) the scores should be dbnull
The request method should be able to use a proxy address if useProxy is true – the proxy address (i.e. http://123.456.789.1:8080) can be a static variable in the class.