I have purchased the Rebex to use with Handheld devices, winMobile 6.5 and WinCE. I added what I believe to be the correct code, and I get the error.
Error while sending request: Rebex.Net.ProxySocketException: Unable to resolve hostname. ---> System.Net.Sockets.SocketException: No such host is known
Then I tried the 2 Sample application that Rebex provided and I get the same results.
Rebex.Net.ProxySocketException: Unable to resolve hostname. ---> System.Net.Sockets.SocketException: No such host is known
at Rebex.Net.HttpRequest.byxt() at Rebex.Net.HttpRequest.byxs() at Rebex.Net.HttpRequest.byxr() at Rebex.Net.HttpRequest.GetResponse() at Rebex.Samples.MainForm.connectClick(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.ButtonBase.WnProc(WM wm, Int32 wParam, Int32 lParam) at System.Windows.Forms.Control.InternalWnProc(WM wm, Int32 wParam, Int32 lParam) at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain) at System.Windows.Forms.Application.Run(Form fm) at Rebex.Samples.Program.Main()