Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jun : TIDPMCastServer How to Bind to Specfic Adapter
| Subject: | TIDPMCastServer How to Bind to Specfic Adapter |
| Posted by: | "Michael DuPree" (madupr..@ix.netcom.com) |
| Date: | Mon, 13 Jun 2005 07:30:29 |
I am using Indy 9.0.18 and Delphi 7 . I have an application that I am
trying to bind the IDPMCastServer to a specific NIC. I set the IP
Address and Port
If you call Binding.UpdateBindingLocal, the Port and IP Address get
reset.
If you call Binding.Bind you get Socket Error 10022.
It seems to bind to the default NIC.
How should this be done ?