BufSize Property (Read/Write)

Top  Previous  Next

This property has the size of the buffer used to do the file transfer. It's only used when the connection mode is DFT.

 

Visual Basic Syntax

 

IndFile.BufSize [= Integer]

 

C# Syntax

 

IndFile.BufSize; [= int]

 

 

See also Stream property, Bytes property.