Overload List

  NameDescription
Public methodPayload()()()()
Creates an empty payload and does not allocate a byte array.
Public methodPayload(array<Byte>[]()[][])
Creates a new payload with the the given array as data. A reference to the passed-in array is held, i. e. no copy is made.
Public methodPayload(array<Byte>[]()[][], Int32, Int32)
Creates a new payload with the the given array as data. A reference to the passed-in array is held, i. e. no copy is made.

See Also