We have a C# application that can join and receives data from a multicast group. This works well. We now want to support IGMPv3 and be able to specify the IP of the source w
The link states SocketOptionName.AddSourceMembership, you are using AddMembership.
SocketOptionName.AddSourceMembership
AddMembership