I have my own application that uses asynchronous pluggable protocols. It
also uses WebBrowser control to display content processed by my protocol.
Protocols have some limitations. They don't support request/response.headers
and some other information I require. I wonder how to replace layer between
WebBrowser and protocols, I mean url monikers. The main problem is: how to
connect my own URLMoniker created by CreateURLMoniker to webbrowser control?
Or maybe I'm totally wrong and it does not work this way.
Sebek