Ed2kFilelinkFileHash Property
Gets the MD4 file hash.
For every file shared in the eDonkey network an unique identification value is created using the MD4 algorithm.
This value is called file hash and is contained in every standard eD2k link.
Namespace: DevCase.Core.Networking.Peer2PeerAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string FileHash { get; }
Public ReadOnly Property FileHash As String
Get
Dim instance As Ed2kFilelink
Dim value As String
value = instance.FileHash
public:
property String^ FileHash {
String^ get ();
}
member FileHash : string with get
No code example is currently available or this language may not be supported.
Property Value
String