 | DataServerClientProtocolReadHeaderSize Property |
Gets or sets the size of the data to read.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int Size { get; set; }
Public Property Size As Integer
Get
Set
public:
property int Size {
int get ();
void set (int value);
}
member Size : int with get, set
Property Value
Int32
The size of the data to read, in bytes.
See Also