indy10
Indy OnExecute first Read slow
I have the following code in my OnExecu开发者_StackOverflow中文版te in C++ Builder XE: void __fastcall Test::TestExecute( TIdContext* AContext )[详细]
2023-02-11 05:28 分类:问答Is Indy TIdTCPClient suitable for local TCP/IP connections?
I need to connect to a device on the local network, using a TCP/IP connection. When I use a TIdTCPClient, all works well, except one thing:[详细]
2023-02-11 03:22 分类:问答Best practice: Keep TCP/IP connection open or close it after each transfer?
My Server-App uses a TIdTCPServer, several Client apps use TIdTCPClients to connect to the server (all computers are in the same LAN).[详细]
2023-02-10 22:01 分类:问答Can my program use Indy 10 at a customer site if I wrote it to use Indy 9?
I have written a program in Delphi 7 (includes a ModBus component that uses Indy). On my machine it uses Indy 9 and works fine. It communicates well with other machines via a ModBus protocol. However,[详细]
2023-02-07 21:24 分类:问答Indy 10 and setting socket options
Maybe the solution to this is very simple and I\'m just too dumb to see it. I need to recompile an old application with Indy 10 and t开发者_开发百科here\'s this line that used to be[详细]
2023-02-05 03:06 分类:问答Indy's TIdHTTPProxyServer: How to filter requests?
I\'m using an TIdHTTPProxyS开发者_如何学Pythonerver to implement a simple HTTP proxy, but I\'d like now to block some connections if they match certain URLs. Which event and/or component is best to ac[详细]
2023-02-04 19:30 分类:问答Check unread messages with Indy
I\'m doing just for fun an unread messages checker application in Delphi. I\'m using Indy 10. I can connect with Gmail and can retrieve all the messages but I\'m facing a problem here: I cannot tell i[详细]
2023-02-02 04:59 分类:问答Is it possible to use Indy 10.5.8.0 in Delphi XE and DataSnap?
The case I\'m trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded the latest INDY10 file (Indy_4545.zip) from indy.fulgan.com/ZIP.[详细]
2023-02-02 01:34 分类:问答sending mail but no message-id
I am getting interesting rejections from my clients mail server when sending a mail with indy-10\'s tidMessage component saying:[详细]
2023-02-01 01:53 分类:问答Is Indy for FreePascal stable?
I\'m starting to play with FreePascal/Lazarus and there appears to be an Indy port available. Is this a recent port and is it stable enough to use in production use? (Standard HTTP post/get client typ[详细]
2023-01-31 05:50 分类:问答