Back to product page

State property


Read-only property that returns current component state.

Type

States enumeration

Syntax

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

ReadOnly Property State As States

Remarks

State property holds current connection state between wodFtpDLX.NET component and remote server. For each change of this state, StateChanged event is fired.

To get string expression that represents any state (not only one held in State property) you can use StateText method.

Platforms

Windows