InfoConnect for Unisys
WRQHostErrorMessage Property


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
string WRQHostErrorMessage {get;}
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