Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public uint CalculateCRC(
	Stream stream,
	long offset,
	long length
)
Visual Basic
Public Function CalculateCRC ( _
	stream As Stream, _
	offset As Long, _
	length As Long _
) As UInteger
Visual C++
public:
unsigned int CalculateCRC(
	Stream^ stream, 
	long long offset, 
	long long length
)

Parameters

stream
Type: System.IO..::..Stream
offset
Type: System..::..Int64
length
Type: System..::..Int64

See Also