Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jul : help-help
| Subject: | help-help |
| Posted by: | "Mike" (mikeym..@yahoo.tr) |
| Date: | Fri, 20 Jul 2007 14:58:02 |
I'm very disapointed from Indy which I used from first realesd, but now
I'm using latest version 10.1.6 (I hate to see none of my applications
working in Indy 10.1.6).
Help file itself needs help.
Thanks in advance.
was Client.IOHandler.WriteBuffer(s[1], Length(s));
Now ?
was Client.IOHandler.ReadBuffer(s[1], i);
Now?
was Context.Connection.IOHandler.WriteBuffer(msg[1], length(msg));
Now?
Was I := AContext.Connection.IOHandler.Buffer.Size;
Now?
was AContext.Connection.IOHandler.ReadBuffer(S[1], I);
Now?
was AContext.Connection.IOHandler.WriteBuffer(s[1], Length(s));
Now?
was AContext.Connection.LocalName
Now
was Connection.IOHandler.WriteBuffer(Msg[1], Length(Msg));
Now