Back to product page

State property


Read-only property that returns current component state.

Type

States enumeration value.

Syntax

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

ReadOnly Property State As States

Remarks

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

Platforms

Windows