|
If not Sockets.Connect(ASocket, addr, sizeof(addr)) then
|
|
If not Sockets.Connect(ASocket, addr, sizeof(addr)) then
|
|
raise ESocketError.Create(seConnectFailed, [Format('%s:%d',[FHost, FPort])]);
|
|
raise ESocketError.Create(seConnectFailed, [Format('%s:%d',[FHost, FPort])]);
|