mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / OnWebSocketError Event

Error code. Normally this is a WinSock error or other Win32 error code.

 

Error description. Normally this is a WinSock error description or other Win32 error description.

In This Topic
    OnWebSocketError Event
    In This Topic
    Description

    Fired when WebKitX Debugger WebSocket receives an Error.

    Syntax
    Visual Basic
    Public Event OnWebSocketError( _
       ByVal Debugger As WEBKITX_DEBUGGER, _
       ByVal ErrorCode As Long, _
       ByVal ErrorDescr As String _
    )
    Parameters
    Debugger
    ValueDescription
    DEBUGGER_CHROMIUM

    Defines use of Chromium Debugger for WebKitX debugger commands and events.

    DEBUGGER_NODEJSDefines use of node.js Debugger for WebKitX debugger commands and events.
    ErrorCode

    Error code. Normally this is a WinSock error or other Win32 error code.

     

    ErrorDescr

    Error description. Normally this is a WinSock error description or other Win32 error description.

    See Also