Gets the FTP response code.

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

Syntax

Visual Basic
Public ReadOnly Property Code As Integer
	Get
C#
public int Code { get; }

Field Value

FTP response code.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also