Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: About send , receive check

www.cryer.info
Managed Newsgroup Archive

Re: About send , receive check

Subject:Re: About send , receive check
Posted by:"Francois Piette [ICS & Midware]" (francois.piet..@overbyte.be)
Date:Fri, 11 Aug 2006 10:48:05

> how can i check a client system is receiving and
> i want to send this report to server app.
> should i must use from TcpClient & TcpServer or not.

Not sure I understand what you mean by "a client system is receiving".
Receiving what ? Data and commands from the server ? What is the report ? Is
it the fact that the client is receiving or something else ?

Anyway, basically you have to use a listening socket at server side and
connect a socket from client side to the server side to establish a TCP
communication which is a two-way transparent channel you can use to
send/receive anything you like.

Use socket componnent from ICS, Indy or sinapse.
If you like non-blocking event-driven asynchronous operation, use ICS.
If you like blocking use Indy or sinapse.

You can download ICS freeware source code code http://www.overbyte.be. To
start, have a look at TcpServer demo and CliDemo sample programs delivered
with ICS. Then ask for your question here or preferably in ICS support
mailing list (see "support" at ICS website).

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

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive