Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Mapped Port TCP Quick Data Sending
| Subject: | Re: Mapped Port TCP Quick Data Sending |
| Posted by: | "John Adams" (380.vo..@gmail.com) |
| Date: | 1 Oct 2007 19:23:57 |
If I want to send data to the local and remotely connected sockets I would like to be able to send it without having to wait for an event to trigger such as OnExecute by assigning Athread.NetData string data. Something such as Sock.SendStr(str) is the flexibility that I am after much like TClientSocket and ICS's TWSocket are set up. Does a newer version of Indy (10?) offer this because I am using 9. In a nutshell I am wondering if you can access the local and remote sockets outside of event handlers and without the need to directly assign the thread data in the handler itself.