Gets the bit field specifying the extensions supported by the server.

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

Syntax

Visual Basic
Public ReadOnly Property SupportedExtensions As FtpExtensions
	Get
C#
public FtpExtensions SupportedExtensions { get; }

Field Value

Extensions supported by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also