UCM Unitec Home Page
      

Automatic Server Connect

 AutoConnect(P)

Name   Environment   Usage   Description   Data Type   Remarks   See also

Name

AutoConnect

Environment

Windows

Usage

[Form.]Ucm.AutoConnect = boolean

Description

When the AutoConnect property is set to True, the first message of a remote sender that matches the given InputID will automatically attach the control to the originating socket connection and set the Host and Port properties to the TCP/IP address of the sending server process. In addition, the AdrMode property is set to ucmTCP and the CommID property to the ID of the communication space in which the underlying socket is a member of. As with every DataInput(E) event, the address information is also available in the InputCommID, InputHost, InputPort and the InputService properties.

Data Type

Boolean

Remarks

The default setting of AutoConnect is True.

See also

AdrMode, CommID, DataInput(E), Host, InputID, Port

 

Back to top