  | PacketSize Property | 
            Gets or sets the size of the packet.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
SyntaxPublic ReadOnly Property Size As Integer
	Get
public:
property int Size {
	int get ();
}member Size : int with get
Property Value
Int32
            The size of the packet, in bytes.
            
Remarks
See Also