Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: TTcpServer

www.cryer.info
Managed Newsgroup Archive

Re: TTcpServer

Subject:Re: TTcpServer
Posted by:"Francois PIETTE [ICS - MidWare]" (francois.piet..@overbyte.be)
Date:Thu, 25 May 2006 18:45:46

> On my last program I have used the TServerSocket component and I used the
> onclientread method to receive the request from my TClientSocket.
> Now I want update my program with the new TTcpServer and TTcpClient
> components. But there isn't any onclientread and on this new component.
> How can I intercept when the client send me the string of text that I want
> to parse?

You should probably use Indy, ICS or Sinapse instead of those components.
ICS is asynchronous and probably closer to what you are used to. You can
download ICS full source code (freeware) from http://www.overbyte.be (It is
also located on Delphi Companion CDROM but probably quite old. The current
version on the website work with all Delphi version, including old ones).

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive