Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Apr : migrating from Indy9 to Indy10
| Subject: | migrating from Indy9 to Indy10 |
| Posted by: | "Christophe Rozec" (christophe.roz..@gmail.com) |
| Date: | Tue, 22 Apr 2008 17:11:52 |
Hello,
i try to migrate a project written with indy9 to indy10. Here are some
questions :
1 - As TIdPeerThread is replaced with TIdContext, i can not compile the
TIdPeerThread.Stop instruction. Do i have to use the
TIdContext.Connection.Disconnect method or something else ?
2 - Also i can not compile TidPeerThread.Connection.Server.DefaultPort.
Can i replace it with TidContext.Connection.Socket.DefaultPort ?
Sorry for my English, i hope that someone can help me,
Christophe