Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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