Title: Understanding "Proxy = true" Post by: kaju74 on September 28, 2010, 11:27:25 AM Hi..
I've created a simple app with a TRtcHTTPClient connecting to an external XMLRPC-Server (e.g. 192.168.178.22). This server isn't running but if I trying to connect my client, I've alway get a succeed state (i.e. connected). If I turn of the "Proxy"- property, the event "ConnectFail" will be fired as expected. So, how do I detect a real running remote server if using "Proxy = True"...? Regards, Marc Title: Re: Understanding "Proxy = true" Post by: D.Tkalcec (RTC) on September 28, 2010, 12:34:13 PM See THIS topic (https://rtcforum.teppi.net/index.php?topic=327.0).
Best Regards, Danijel Tkalcec Title: Re: Understanding "Proxy = true" Post by: kaju74 on September 29, 2010, 12:19:43 PM Thank you ;)
Regards, Marc |