Reflection
XfrIndBlkSize Property


Returns or specifies the block size (in bytes) for the file being created on the host as the result of a transfer from Reflection.
Syntax
'Declaration
 
Property XfrIndBlkSize As Integer
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.XfrIndBlkSize = value
 
value = instance.XfrIndBlkSize
int XfrIndBlkSize {get; set;}

Property Value

The default is 0. The range of values is 0-32768.

Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a Reflection property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
System.ArgumentOutOfRangeException Thrown if the set parameter is outside the range of valid values.
Remarks

For files with fixed-length records, this value must be a multiple of the Logical Record Length, which is controlled by the XfrIndLRecl property.

Reflection lets you set any value between 0 and 32768 to accommodate any range accepted by your host.

This property affects IND$FILE transfer and is applicable to 3270 sessions only.

This property is only relevant if the XfrHostSys property is set to Tso.

See Also