IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

Connections Property

A collection of currently connected SSH clients.

Syntax

[VB.NET]
Public ReadOnlyProperty Connections As SSHConnectionMap

[C#]
public SSHConnectionMap Connections {get;}

Remarks

This property is a collection of currently connected clients. All of the connections may be managed using this property. Each connection is described by the different fields of the SSHConnection type.

This collection is a hashtable type of collection, in which the connection Id string is used as the key to the desired connection. You may acquire the key for a given connection through the Connected event.

This property is read-only.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0