InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WRQHostSystem Property


In This Topic
    WRQHostSystem Property
    In This Topic
    Returns or specifies the expected type of host. This property is relevant only for transfers that use the WRQ/Reflection protocol.
    Syntax
    'Declaration
     
    
    Property WRQHostSystem As HostSystemTypeOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As HostSystemTypeOption
     
    instance.WRQHostSystem = value
     
    value = instance.WRQHostSystem
    HostSystemTypeOption WRQHostSystem {get; set;}

    Property Value

    The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details. The possible values are: HostSystemTypeOption.HP1000 Defines the HP 1000 as the host system type. HostSystemTypeOption.HP3000 Defines the HP 3000 as the host system type. HostSystemTypeOption.VMS Defines VMS as the host system type. HostSystemTypeOption.UNIX Defines UNIX as the host system type. HostSystemTypeOption.Other Defines Other as the host system type.
    Remarks
    The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details. The possible values are: HostSystemTypeOption.HP1000 Defines the HP 1000 as the host system type. HostSystemTypeOption.HP3000 Defines the HP 3000 as the host system type. HostSystemTypeOption.VMS Defines VMS as the host system type. HostSystemTypeOption.UNIX Defines UNIX as the host system type. HostSystemTypeOption.Other Defines Other as the host system type.
    See Also