| FileHash Constructor |
Creates new instance of FileHash class.
Namespace:
Limilabs.FTP.Client.Hash
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public FileHash(
FtpHashType hashType
)
Public Sub New (
hashType As FtpHashType
)
public:
FileHash(
FtpHashType hashType
)
new :
hashType : FtpHashType -> FileHash
Parameters
- hashType
- Type: Limilabs.FTP.ClientFtpHashType
Hash type used to create
See Also