Flynet Simulated Host

CloseClient Tag

CloseClient Tag

Previous topic Next topic  

CloseClient Tag

Previous topic Next topic  

Ends the host session and closes the TN socket.

 

When the CloseClient Tag is executed, the active script terminates and the TelNet socket for the current session is closed.

 

Use this tag at the point where the host application being simulated would drop the connection (following a successful logoff sequence, for example).

 

CloseClient has no attributes or children.

 


Example:

 

<IfAid key="pf3">

  <CloseClient/>

</IfAid>