Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WRQStartServer Method


In This Topic
WRQStartServer Method
In This Topic
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()
See Also