Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: IdTCPServer

www.cryer.info
Managed Newsgroup Archive

Re: IdTCPServer

Subject:Re: IdTCPServer
Posted by:"Jamie Dale" (j.da..@turboz.net)
Date:Fri, 16 Jun 2006 18:32:39

> Thanks Remy, I see the data property on the server. How do I access this
> data property on the client?

You have to do that manually in your code. I do not think there is a way
that the client / server can automatically do this.

The data that you can store & associate in each thread is not directly
accessible by the client. I think Remy has misunderstood what you were
asking.

You would have to code your client/Server to pass commands between eachother
and negotiate that way.

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive