Overload List

  NameDescription
Public methodWriteBytes(array<Byte>[]()[][])
Writes a byte array field to the stream message. The byte array value is written to the message as a byte array field. Consecutively written byte array fields are treated as two distinct fields when the fields are read.
Public methodWriteBytes(array<Byte>[]()[][], Int32, Int32)
Writes a portion of a byte array as a byte array field to the stream message. The a portion of the byte array value is written to the message as a byte array field. Consecutively written byte array fields are treated as two distinct fields when the fields are read.

See Also