Back to product page

LocalPFCount property


Holds total number of local port forwardings user is currently using.

Type

A Long value.

Syntax

  • Basic
object.LocalPFCount [= value]  
The LocalPFCount(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SSHUser.
valueA Long value.

Remarks

This is read-only property that will return total number of currently open local port forwarding connections through wodSSHServer. This value will be increased when user opens new port forwarding, and PortForwardConnect event fires. It will be decreased when uses closes port forwarding, and PortForwardDisconnect event fires.

Platforms

Windows