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


In This Topic
WRQHostErrorMessage Property
In This Topic
Returns the host error message for a failed WRQ/Reflection protocol file transfer.
Syntax
'Declaration
 
ReadOnly Property WRQHostErrorMessage As String
 
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
value = instance.WRQHostErrorMessage
Remarks
Use this property whenever WRQSendFile or WRQReceiveFile generates an error. This property is relevant only for transfers that use the WRQ/Reflection protocol.
See Also