UrlMon

URLMON.DLL

Implements URLMoniker and a relative API that is used to abstract downloading process.

TODO

  • Implement pluggable protocols:
    • (./) http

    • (./) ftp

    • (./) https

    • (./) file

    • (./) mk (moniker protocol)

    • (./) gopher

  • (./) Switch URLMoniker to use pluggable protocols

  • Implement URLDownload* functions on top of URLMoniker
  • Complete implementation of CoInternet* functions

    • (./) CoInternetCombineUrl

    • (./) CoInternetCompareUrl

    • CoInternetGetProtocolFlags

    • CoInternetGetSecurityUrl

    • CoInternetParseUrl (commonly used actions are implemented)

    • CoInternetQueryInfo

  • Implement IInternetSecurityManager

  • Implement IInternetZoneManager

  • Implement IInternetSession

  • Implement other API

See Also


CategoryToDo

UrlMon (last edited 2009-03-07 16:16:00 by JacekCaban)