IPWorks SSH 2020 JavaScript Edition

Questions / Feedback?

ClientUserData Property

The UserData property holds connection specific user specified data.

Syntax

sshtunnel.getClientUserData(index): string
sshtunnel.getClientUserDataB(index): Uint8Arraysshtunnel.setClientUserData(index, clientUserData_Buffer: Uint8Array)

Default Value

""

Remarks

The ClientUserData property holds connection specific user specified data.

User specified data may be set or retrieved at any point while the connection is valid. This provides a simple way to associate arbitrary data with a specific connection.

The size of the array is controlled by the ClientCount property.

This property is not available at design time.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IPWorks SSH 2020 JavaScript Edition - Version 20.0 [Build 7525]