|
SockConnect function
Internet utilities |
|
| acInet
|
| function SockConnect(var SOCK: Integer; const Host: String; const Port: Integer): Boolean;
|
| Connects to specified Host and Port and set the socket identifier to SOCK parameter. Returns True if connected successfully or False otherwise.
|
| SockDisconnect procedure.
|