Hi
I am new to network programming.
I had a question about UdpClients.
Is the following possible:
I have a UdpClient bound to say port 5000.
The UdpClient also joins a multicast group which has some
IP Address like 224.x.x.x and the same port number 5000.
I start a new thread and call the UdpClient.Receive method.
Would this instance of the client recieve both multicast messages posted
to 224.x.x.x as well as other packets directed only to me at my IPAddress at
port 5000.

Thanks and regards
Vikas Manghani