Gentee Programming Language > Documentation > Libraries Download documentation

socket.send

The method sends a request to the connected server.
 
uint socket.send(
      str   data
)

Parameters

dataRequest string.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.