Click or drag to resize

PacketSize Property

Gets or sets the size of the packet.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public int Size { get; }

Property Value

Type: Int32
The size of the packet, in bytes.
Remarks
This value will always be less than or equal to PacketSize. If IsLastPacket is , it will be equal to PacketSize.
See Also