Skip to content

Instantly share code, notes, and snippets.

@ThomasArdal
Created June 3, 2013 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasArdal/5696332 to your computer and use it in GitHub Desktop.
Save ThomasArdal/5696332 to your computer and use it in GitHub Desktop.
var result =
LinkCheck
.On(x => x.Url(new Uri("http://www.hippovalidator.com")))
.AsBot(x => x.Google())
.OnRequest(req => ...)
.OnResponse(resp => ...)
.Start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment