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

Syntax

C#
public override int Read(
	byte[] array,
	int offset,
	int count
)
Visual Basic
Public Overrides Function Read ( _
	array As Byte(), _
	offset As Integer, _
	count As Integer _
) As Integer
Visual C++
public:
virtual int Read(
	array<unsigned char>^ array, 
	int offset, 
	int count
) override

Parameters

array
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
count
Type: System..::..Int32

See Also