public byte[] ToArray ();

Valor de retorno

byte[] Copy of data used by the writer.

Descripción

Returns a copy of internal array of bytes the writer is using, it copies only the bytes used.

See NetworkWriting for a code example.