Gentee Programming Language > Documentation > Libraries Download documentation

socket

The structure is used to work with proxies.
 
type socket {
      str   host
      ushort   port
      uint   socket
      uint   flag
}

Fields

hostHost name.
portPort number.
socketOpen socket identifier.
flagAdditional flags.
$SOCKF_PROXYThe socket is opened via a proxy server.

See also

    Internet


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