Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jul : Indy TidTCPClient with .NET
| Subject: | Indy TidTCPClient with .NET |
| Posted by: | "John Kraft" (jhkra..@barbecueguy.com) |
| Date: | Thu, 19 Jul 2007 10:15:19 |
I'm using the Indy TidTCPClient (version that came with Delphi 2007)
to communicate with a service written in .NET. I'm having problem
using any of the Read methods. The last line of the text I'm sending
is always truncated. I suspect that the problem is that .NET is not
sending the CRLF that Indy is suspecting and that's causing an
exception. Does anyone know if/what terminator the .NET2.0 TcpClient
stick on the end? If it doesn't, any ideas on how I can work around
the issue?
Thank you,
John