[twsocket] DNS

2006-01-05 Thread Ja
Hi Is it possible to get nameservers of domain with any component from ICS? If so, how do i do that? Thank you! Ann -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Client and Server at same time?

2006-01-05 Thread Wilfried Mestdagh
Hello Michael, I dont see in your example that you assign an event handler to OnSessionAvaialble, so I dont think TriggerSessionAvailable will cause an exception. But what is exacly the error ? --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz

[twsocket] ICS-beta V5 and V6 have been updated

2006-01-05 Thread Francois PIETTE
They now include changes to FtpCli by Angus Robertson (ModeZ and faster streams). -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.el

Re: [twsocket] WSocket DNSLookup.

2006-01-05 Thread Wilfried Mestdagh
Hello Ja, > Program check list of domains with several components at once... > putting something in woudldnt do the job. Yes it does (not tested): procedure TForm1.LookupBtnClick(Sender: TObject); var Sock: TWSocket; n: integer; bgein n := 0; while n < DomainList.Count do begin Sock