Xceed .NET Libraries Documentation
State Property (FtpClient)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpClient Class : State Property
Gets a value indicating the current state of the FTP client.
Syntax
'Declaration
 
Public ReadOnly Property State As FtpClientState
'Usage
 
Dim instance As FtpClient
Dim value As FtpClientState
 
value = instance.State
public FtpClientState State {get;}

Property Value

A FtpClientState value representing the current state of the FTP client.
Remarks

This property is the equivalent of the CurrentState property of the ActiveX version of the Xceed FTP Library.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpClient Class
FtpClient Members