Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: TIdUdpClient - how to set the return port.
| Subject: | Re: TIdUdpClient - how to set the return port. |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 27 Mar 2007 17:49:51 |
"Jean Pion" <jean_pion@hotmail.com> wrote in message
news:4609a70e$1@newsgroups.borland.com...
> Now I find it hard to set the return port for data sent
> with IdUdpClient.
TIdUDPClient does not support setting a local port. Use a
TIdUDPServer instead. You can send outbound data with it.
Gambit
none