SockConnect function
Internet utilities
Return to Introduction  Previous page  Next page
Unit
acInet  

Declaration
function SockConnect(var SOCK: Integer; const Host: Stringconst Port: Integer): Boolean;  

Description
Connects to specified Host and Port and set the socket identifier to SOCK parameter. Returns True if connected successfully or False otherwise.  

See also
SockDisconnect procedure.