IPacket SerialiseHeader Method NetworkComms.Net Help
Returns the serialised bytes of the packet header appended by the serialised header size. This is required to rebuild the header on receive.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

byte[] SerialiseHeader(
	SendReceiveOptions options
)

Parameters

options
Type: NetworkCommsDotNet SendReceiveOptions

[Missing <param name="options"/> documentation for "M:NetworkCommsDotNet.IPacket.SerialiseHeader(NetworkCommsDotNet.SendReceiveOptions)"]

Return Value

Type:  OnlineByte 
The serialised header as byte[]
See Also