Returns the serialised bytes of the packet header appended by the serialised header size. This is required to
rebuild the header on receive.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- options
- Type: NetworkCommsDotNet SendReceiveOptions
[Missing <param name="options"/> documentation for "M:NetworkCommsDotNet.Packet.SerialiseHeader(NetworkCommsDotNet.SendReceiveOptions)"]
Return Value
Type: ByteThe serialised header as byte[]
Implements
IPacket SerialiseHeader(SendReceiveOptions)See Also