Is 开发者_StackOverflow社区there a way to disconnect an active connection? I know with OnConnect you can reject connections...but thats only when there connectingYes, the TidMappedPortTCP is a TidTCPS
Just grabbed the latest sources from subversion, for Indy 10, and I get this error: [DCC Error] IdWinsock2.pas(2421): E2003 Undeclared identifier: \'SIZE_T\'
I have some problem when using Indy (idTCPServer component) to read data send by client, the data itself was a hex formatted so i can\'t use AThread.Connection.ReadLn(); for that...
Delphi 2010, Last Indy source code from Svn. Does anyone knows how can I force TIDHttpServer to send a http 1.0 response, instead of sending http 1.1?
I have the following code in my OnExecu开发者_StackOverflow中文版te in C++ Builder XE: void __fastcall Test::TestExecute( TIdContext* AContext )
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:
My Server-App uses a TIdTCPServer, several Client apps use TIdTCPClients to connect to the server (all computers are in the same LAN).
I am using Indy idHTTP object to request XML data from a server. Once the request is made, the server sends a reply, and I can read the reply header OK:
I have built several applications in delphi using the indy components suite(version 10.5.2 i think) and they all are working. I have just finished setting up the POP开发者_JAVA技巧3server and it works
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