ConnectParameters

The options available when connecting, see connect for more details.

Properties

  • host?: string

    The host to connect to

  • user?: string

    The username to connect with

  • password?: string

    The password for the user

  • onLogMessage?: (logType: LogType, message: string): void

    • An optional callback to receive messages from the server.

  • sessionParameters?: Object

    Optional session parameters.

Also in this Section