Programming with Reflection

image\rwnprg32.gif TransferType property

 

Syntax

object.TransferType
object.TransferType = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the transfer protocol Reflection is to use.

Values

The default is rcAS400Xfer for 5250 sessions, and rcIndFile for 3270 sessions.

rcIndFile Specifies IND$FILE as the transfer protocol.

rcAS400Xfer Specifies AS/400 data transfer as the transfer protocol.

rcFTP Specifies FTP as the transfer protocol.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property