| 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 ReadOnly Property Size As Integer
Get
public:
property int Size {
int get ();
}
member Size : int with get
Property Value
Type:
Int32
The size of the packet, in bytes.
Remarks See Also