Click or drag to resize

FtpGetSupportedHashTypes Method

Note: This API is now obsolete.

Returns checksum types supported by the server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
[ObsoleteAttribute("Please use Ftp.Extensions.SupportedHashTypes")]
public List<FtpHashType> GetSupportedHashTypes()

Return Value

Type: ListFtpHashType
Checksum types supported by the server.
See Also