Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Nov : Re: Tcp client/server calc bytes received/send ?
| Subject: | Re: Tcp client/server calc bytes received/send ? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 1 Nov 2006 14:35:15 |
"Werner" <nospam@nowhere> wrote in message
news:454867be@newsgroups.borland.com...
> Has Indy TcpClient and TcpServer a property or method to
> calculatie the incomming and outgoing bytes
You would need to use an Intercept component. For text-only data, you cold
use TIdLogEvent (or derive your own from TIdLogBase). If you need to handle
binary data, on the other hand, then you will have to derive your own
component from TIdConnectionIntercept directly instead, as Indy does not
have any binary logging components available.
Gambit