InfoConnect API Guide
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()
    ReturnCode WRQStartServer()
    See Also