 | FileHash Constructor |
Creates new instance of FileHash class.
Namespace: Limilabs.FTP.Client.HashAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic FileHash(
FtpHashType hashType
)
Public Sub New (
hashType As FtpHashType
)
public:
FileHash(
FtpHashType hashType
)
new :
hashType : FtpHashType -> FileHashParameters
- hashType FtpHashType
- Hash type used to create
See Also