Indy 10 is a reference to a specific version of Indy.
My Server-App uses a TIdTCPServer, several Client apps use TIdTCPClients to connect to the server (all computers are in the …
delphi tcp delphi-2009 indy indy10Im using Delphi XE2 with Indy 10.5.8.0 Currently i need to change a connection to one of our server to use …
delphi ssl delphi-xe2 indy10 tls1.2Sorry if my question is silly! I'm using Delphi XE4 and now I'm working on IdTelnet. But I got a …
delphi telnet indy indy10 delphi-xe4I am using Indy client to read the message the server is sending to me (client). It sends 512 bytes of …
delphi delphi-xe2 indy indy10I am implementing Ping function using windows API in delphi-xe3 from here (http://delphi.about.com/od/internetintranet/l/aa081503…
delphi delphi-xe3 indy10Hi i need help on how to retrieved the parameters and data using IdHttpServer from indy. many of my application …
delphi indy indy10 simplehttpserverI am using Indy IDFTP to make a directory. I need to find a reliable way to determine if a …
delphi indy10 delphi-xe7I use this code to download small files: Var ms:TMemoryStream; begin ms:=TMemoryStream.Create; Idhttp1.get('http://mydomain.com/…
delphi delphi-xe2 wininet indy10I have recently upgraded my Delphi 7 to Delphi XE2 and I'm kinda new to it. I used Indy 10 with OpenSSL …
delphi ssl delphi-xe2 indy indy10