Back to product page

State property


Read-only property that returns current component state.

Type

States enumeration value. Represents current state.

Syntax

  • C#
  • VB.NET
States State {get; };

ReadOnly Property State As States

Remarks

State property holds current connection state between wodSSH.NET component and remote server. For each change of this state, StateChanged event is fired. For a list of possible values, look here. To get string expression that represents any state (not only one held in State property) you can use StateText method.

Platforms

Windows