I'm going to make cache of images for defined site. I'm going to catch HTTP
requests from WebBrowser control, filter them and generate responses using
saved images. However I cannot find how to capture these events. I know there
is BeforeNavigate event, but it fires only for pages and frames, not images
etc. Any suggestions?