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


In This Topic
    XfrIndNOSO Property
    In This Topic
    Returns or specifies whether to strip the shift-out/shift-in (SO/SI) characters from files sent to the host.
    Syntax
    'Declaration
     
    
    Property XfrIndNOSO As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.XfrIndNOSO = value
     
    value = instance.XfrIndNOSO
    bool XfrIndNOSO {get; set;}

    Property Value

    The default value is False.

    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

    In general, this setting is meant for files made up entirely of double-byte characters or files containing both single and double-byte characters.

    This property is applicable to double-byte 3270 sessions only.

    See Also