Returns checksum types supported by the server.

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

Syntax

Visual Basic
Public Function GetSupportedChecksumTypes As FtpChecksumType()
C#
public FtpChecksumType[] GetSupportedChecksumTypes()

Return Value

Checksum types supported by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also