mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / HLSSettings Object / levelLoadingTimeOut Property
In This Topic
    levelLoadingTimeOut Property
    In This Topic
    Description

    URL Loader timeout.

    Default: 10000 ms

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property levelLoadingTimeOut As Long
    Remarks

    URL Loader timeout. A timeout callback will be triggered if loading duration exceeds this timeout. no further action will be done : the load operation will not be cancelled/aborted. It is up to the application to catch this event and treat it as needed.

    See Also