Accept

For TCP server applications only. This method is used to accept an incoming connection when handling a ConnectionRequest event.

Syntax

object.Accept

Data Type

Long.

Return Value

Void.

Remarks

The Accept method is used in the ConnectionRequest event. The Accept method should be used on a new control instance (other than the one that is in the listening state).