Closed JoshTango closed 4 years ago
In the Readme file is this line under Abot Events:
if (crawledPage.WebException != null || crawledPage.HttpWebResponse.StatusCode != HttpStatusCode.OK)
does this need to be updated as my code does not find "WebException" ?
Thanks for pointing this out
In the Readme file is this line under Abot Events:
if (crawledPage.WebException != null || crawledPage.HttpWebResponse.StatusCode != HttpStatusCode.OK)
does this need to be updated as my code does not find "WebException" ?