Description
-
Holds total number of local port forwardings user is currently
using.
Property type
-
A Long value.
Syntax
-
object.LocalPFCount [=
value]
The LocalPFCount Property syntax has these parts:
| object |
An expression
evaluating to an object of type SSHUser. |
| value |
A 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.
|