Click or drag to resize
IpPacketSerialize Method
Serializes this instance of the IpPacket class into a sequence of bytes.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] Serialize()

Return Value

Type: Byte
A sequence of bytes representing this instance of the IpPacket class.

Implements

SerializableSerialize
See Also