Re: Re[2]: [twsocket] udp broadcast on all interfaces?

2005-04-06 Thread Marco van de Voort
> No -1 is refused by most (if not all) routers. Normal because you then > could do a broadcase along _all_ IP around the world.. Yup, just tested this. I had made a few console versions of the UDP demoes, and couldn't get it working over localhost. I then later found out that the GUI demoes didn'

[twsocket] WSocket why not support http proxy?

2005-04-06 Thread p2pgroup
twsocket-request, I want to use WSocket to connect my server (use http proxy),but i find the WSocket support SOCKS,why not http proxy?or how to do. anyone can give me a demo. thanks p2pgroup [EMAIL PROTECTED]   2005-04-07 -- To unsubscribe or chan

[twsocket] FTP RestGetAsync problem?

2005-04-06 Thread Moacir Flávio Gonçalves
I was doing a RestAsync and get a error "ftp component not ready". When debugging I find a State ftpPasvReady when it just call RestAsync, and the function CheckReady only accept ftpReady and ftpInternalReady. What I had donw wrong? my code only call RestGetAsync, like said in the comments in the s

Re: [twsocket] How to know the Error ID of SocketError???

2005-04-06 Thread Wilfried Mestdagh
Hello Higer, In all events you find an ErrorCode. If >= 1 it is winsock error. Dont use LastError, it is already used by the components. --- Rgds, Wilfried http://www.mestdagh.biz Wednesday, April 6, 2005, 14:40, Higer wrote: > When I get some url by the newest HttpCli. > If the SocketError

Re: [twsocket] IMAP component with TWSocket

2005-04-06 Thread Piotr Hellrayzer Dałek
Hello! > Wilfried Mestdagh wrote: >> Hello, >> >> Someonw wrote already an IMAP component with TWSocket and make it free >> source available ? > I recall a thread from last year where somebody posted his plans, however > never heard something about that project again :(. > If you are planning to

[twsocket] How to know the Error ID of SocketError???

2005-04-06 Thread Higer
When I get some url by the newest HttpCli. If the SocketError was thrown, how to know the Error ID of SocketError??? At that time, .CtrlSocket.LastError=0 Thank you very much. - Do you Yahoo!? Make Yahoo! your home page -- To unsubscribe or cha