|
If Sockets.fpConnect(ASocket, @addr, sizeof(addr))<>0 then
|
|
If Sockets.fpConnect(ASocket, @addr, sizeof(addr))<>0 then
|
|
raise ESocketError.Create(seConnectFailed, [Format('%s:%d',[FHost, FPort])]);
|
|
raise ESocketError.Create(seConnectFailed, [Format('%s:%d',[FHost, FPort])]);
|