Indy 10 is a reference to a specific version of Indy.
How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario: Client ---------- initate connection -----------> Server ... Client &…
delphi client-server delphi-xe indy indy10I'm trying to post a request, in utf-8 however the server is getting it in Ascii. Tried the TstringList format …
delphi http delphi-2009 indy indy10I'm using Delphi XE2 and Indy 10.5.8.0. I have an instance of TIdHttp and I need to add a custom header …
delphi delphi-xe2 indy10I'm trying to send email from my application using the following code: Var MailMessage : TIdMessage; SMTP : TIdSMTP . . . //setup SMTP SMTP.…
delphi delphi-xe indy10How can I check for the target URL for specific response code like 200 OK without Indy throwing all sorts of …
delphi delphi-xe2 indy indy10Is Indy 10 can be used with Delphi 7? I am trying to find to get it, or purchase it. But, I …
delphi delphi-7 indy10I'm trying to access an update.txt file on my website, using a DelphiXE compiled program and the IdHTTP component. …
delphi indy10 idhttpI have a small piece of code that checks if a computer is alive by pinging it. We use to …
delphi ping indy10