"Using Udp Services" example not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I'm trying to use the example in the .NET Framework SDK
about using Udp services, but it just doesn't work.
The example is the one with the two classes,
UDPMulticastListener and UDPMulticastSender.
If anyone knows what's wrong with the code in that
example, can you please help me?

Thanks
 
Avi said:
Hi all,

I'm trying to use the example in the .NET Framework SDK
about using Udp services, but it just doesn't work.
The example is the one with the two classes,
UDPMulticastListener and UDPMulticastSender.
If anyone knows what's wrong with the code in that
example, can you please help me?

Thanks

It will require Multicast address to work, i believe. Do you have a
class D ip address that you use for testing the code?

Chee Pin
 
Back
Top