URLHandler Property
      
 

Description

External object that will handle resource retrieval.


Property type

An IDispatch object.  


Syntax

[Set] object.URLHandler [= IDispatch]



The URLHandler Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
IDispatch An IDispatch object (reference to COM object).

Remarks


URLHandler property holds reference to external object that will fetch provided URLs (in Check and Download methods) instead of wodAppUpdate by itself. This can be useful since external object may have more powerfull way of fetching the URL, which may be needed by your app.

Currently only wodHttpDLX is supported, and only an instance of wodHttpDLX can be provided to this property. Before doing so, you can set up wodHttpDLX'es properties to download the file with different set of credentials (such as, proxy support which is not provided in wodAppUpdate by itself).

You cannot provide just any object you would think of to this property - wodAppUpdate must be aware of that object type to use it's methods. In other words, let us know if you would like to use 3rd party objects/libraries/components so we add support for it.