Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
LocalCRC method
Calculates integrity check of local file.
Type
StringSyntax
- C#
- VB.NET
public String LocalCRC(IntegrityCheckTypes Type);
The LocalCRC(Type) syntax has these parts:
public String LocalCRC(IntegrityCheckTypes Type, String LocalPath);
The LocalCRC(Type,LocalPath) syntax has these parts:
public String LocalCRC(IntegrityCheckTypes Type, String LocalPath, Int32 FileStart, Int32 FileLength);
The LocalCRC(Type,LocalPath,FileStart,FileLength) syntax has these parts:
The LocalCRC(Type) syntax has these parts:
Type | Determines type of integrity check algorithm used. |
public String LocalCRC(IntegrityCheckTypes Type, String LocalPath);
The LocalCRC(Type,LocalPath) syntax has these parts:
Type | Determines type of integrity check algorithm used. |
LocalPath | Full path to a file on local system. |
public String LocalCRC(IntegrityCheckTypes Type, String LocalPath, Int32 FileStart, Int32 FileLength);
The LocalCRC(Type,LocalPath,FileStart,FileLength) syntax has these parts:
Type | Determines type of integrity check algorithm used. |
LocalPath | Full path to a file on local system. |
FileStart | Integer value that represents starting position in the file for calculating CRC. |
FileLength | Integer value that represents length of data in the file where CRC is calculated. |
public Function LocalCRC(ByVal Type As IntegrityCheckTypes) As String
The LocalCRC(Type) syntax has these parts:
public Function LocalCRC(ByVal Type As IntegrityCheckTypes, ByVal LocalPath As String) As String
The LocalCRC(Type,LocalPath) syntax has these parts:
public Function LocalCRC(ByVal Type As IntegrityCheckTypes, ByVal LocalPath As String, ByVal FileStart As Int32, ByVal FileLength As Int32) As String
The LocalCRC(Type,LocalPath,FileStart,FileLength) syntax has these parts:
The LocalCRC(Type) syntax has these parts:
Type | Determines type of integrity check algorithm used. |
public Function LocalCRC(ByVal Type As IntegrityCheckTypes, ByVal LocalPath As String) As String
The LocalCRC(Type,LocalPath) syntax has these parts:
Type | Determines type of integrity check algorithm used. |
LocalPath | Full path to a file on local system. |
public Function LocalCRC(ByVal Type As IntegrityCheckTypes, ByVal LocalPath As String, ByVal FileStart As Int32, ByVal FileLength As Int32) As String
The LocalCRC(Type,LocalPath,FileStart,FileLength) syntax has these parts:
Type | Determines type of integrity check algorithm used. |
LocalPath | Full path to a file on local system. |
FileStart | Integer value that represents starting position in the file for calculating CRC. |
FileLength | Integer value that represents length of data in the file where CRC is calculated. |