Checks whether the FTP session is still connected and returns its state.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Function GetConnectionState As FtpConnectionState
C#
public FtpConnectionState GetConnectionState()

Return Value

Connection state.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also