Returns checksum algorithms supported by the server.

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

Syntax

Visual Basic
Public Function GetSupportedChecksumAlgorithms As ChecksumAlgorithm()
C#
public ChecksumAlgorithm[] GetSupportedChecksumAlgorithms()

Return Value

Checksum algorithms supported by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also