NetworkWriter.WriteBytesAndSize

Switch to Manual
public void WriteBytesAndSize (byte[] buffer, int count);

Parameters

buffer 要写入的字节数组。
count 要写入的数组中的字节数。

Description

This writes a 16-bit count and a array of bytes of that length to the stream.