In This Topic
Gets a value indicating the minimum number of bytes used during read/write operations.
Syntax
'Declaration
Public ReadOnly Property ChunkSize As Integer
public int ChunkSize {get;}
Property Value
The minimum number of bytes to retrieve or send.
See Also