InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / XfrIndStrucFldSz Property


In This Topic
    XfrIndStrucFldSz Property
    In This Topic
    Returns or specifies whether InfoConnect should use the Write Structured Field protocol for IND$FILE transfers and, if so, which size buffer to use.
    Syntax
    'Declaration
     
    
    Property XfrIndStrucFldSz As IndStrucFieldSizeOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As IndStrucFieldSizeOption
     
    instance.XfrIndStrucFldSz = value
     
    value = instance.XfrIndStrucFldSz
    IndStrucFieldSizeOption XfrIndStrucFldSz {get; set;}

    Property Value

    For the English version, the default value (SF4K) uses the Write Structured Field protocol with a 4K buffer.

    For the Japanese version, the default value (SF2K) uses the Write Structured Field protocol with a 2K buffer.

    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    This property affects IND$FILE transfer and is applicable to 3270 sessions only.
    See Also