InfoConnect for Unisys
WRQStartServer Method


Starts the WRQ/Reflection protocol host server in preparation for multiple file transfers. Most menu commands and all toolbar buttons are disabled when in server mode.
Syntax
'Declaration
 
Function WRQStartServer() As ReturnCode
'Usage
 
Dim instance As IFileTransfer
Dim value As ReturnCode
 
value = instance.WRQStartServer()
ReturnCode WRQStartServer()
See Also