public byte[] ReadBytes (int count);

Parámetros

countNumber of bytes to read.

Valor de retorno

byte[] Bytes read. (this is a copy).

Descripción

Reads a number of bytes from the stream.

See NetworkReader for a code example.