LassoScript Utility
Basics Browse Detail

[TCP_Close]

Tag Link [TCP_Close] Category Networking
Type Process Source Available No
Support Preferred Version 5.0
Change Unchanged Data Source Any
Output Type None Security Tag
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

[TCP_Close] closes a low-level TCP/IP connection to a remote server.

This tag requires a -Name parameter which is the local name of the TCP/IP connection that needs to be closed.

Syntax

[TCP_Close: -Name='Connection Name']

Parameters

Required Parameters
-Name The name of the TCP connection to close.

Examples

To close a low-level TCP/IP connection to a remote server:

Use the [TCP_Close] tag. The following exampe closes a TCP/IP connection named Example.

[TCP_Close-Name='Example']