Return the MD5 hash of part of the current StreamTools ThreadSafeStream as a string
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- start
- Type: System Int64
The start position in the stream
- length
- Type: System Int32
The length of stream to MD5
Return Value
Type: String[Missing <returns> documentation for "M:NetworkCommsDotNet.Tools.StreamTools.ThreadSafeStream.MD5(System.Int64,System.Int32)"]
See Also