Reflection
TransferType Property


Returns or specifies the transfer protocol Reflection is to use.
Syntax
'Declaration
 
Property TransferType As FileTransferTypeOption
'Usage
 
Dim instance As IFileTransfer
Dim value As FileTransferTypeOption
 
instance.TransferType = value
 
value = instance.TransferType
FileTransferTypeOption TransferType {get; set;}
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.
Remarks
  • Specifies IND$FILE as the transfer protocol. (The default for 3270.)
  • Specifies AS/400 data transfer as the transfer protocol. (The default for 5250.)
  • Specifies FTP as the transfer protocol.
See Also