Back to product page

RemotePFCount property


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

Type

A Long value.

Syntax

  • Basic
object.RemotePFCount [= value]  
The RemotePFCount(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 remote 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. Since this is remote-port forwarding - meaning remote server listens for incoming connections and forwards them to local service that also listens, PortBindRequest event will be fired also before above two events.

Platforms

Windows