Back to product page

State property


Holds current user's state.

Type

A SSHServiceTypes enumeration.

Syntax

  • Basic
object.State 
The State(object) syntax has these parts:
objectAn 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.

Platforms

Windows