Description
-
Holds current user's state.
Property type
-
A SSHStates
enumeration.
Syntax
-
object.State
The State Property syntax has these parts:
| object |
An expression
evaluating to an object of type SSHUser. |
Remarks
-
This property that holds current user's state.
User's state will change during connection lifetime,
from Connecting to Receiving, depending on user's actions.
On each change of user's state, StateChanged
will be fired so you can inspect this change.
|