:Write()


 

Class

     aprINet()

 

Syntax

     :Write ( cMessage[, hSession] ) --> lSuccess

 

Parameters

 

 

cMessage

Character String containing data to write

 

hSession

Optional: If hSession is not passed, the value in :Session will be used

 

 

Return

     lSuccess. True if cMessage could be written to Remote Server.

     Otherwise False is returned. For more information on Error see :nErr and :cErr

 

Description

The :Write() Method sends the specified character string to the remote host.

 

See Also

:Connect(), ConnectEx(), :Read()