Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jul : How can i identify a client?
| Subject: | How can i identify a client? |
| Posted by: | "Ahmadi" (ahmadisolness..@yahoo.com) |
| Date: | Thu, 26 Jul 2007 23:07:42 +0430 |
Hi
after accepting a client in indy,i give it a name in my server then i have a
request buffer for the client. i want know how can i identify a client in
next when server have a new incomming data.
in indy 9 i was used AThread.ThreadID that is different for each client. but
there is not ThreadID in indy 10.
anyone can help me what property of AContext is good for
identification?(AContext is as TIdContext)
also dont forget this property must be unique.