There is one network adapter, I need to know its local IPv6, in order to send requests from the socket (socket in DualMode mode) through this IP.
The problem is this. When getting a list of local IPs via Dns.GetHostEntry(Dns.GetHostName()).AddressList is issued two! IPv6 addresses. One address is just from the properties of the network card, and the second one is from the virtual Microsoft 6 to 4 tunnel adapter .
What is the address to use for the socket, and why do we need this adapter?
Update:
I tried to send socket requests through both IPv6 local addresses. As a result, the one that is specified in the network adapter settings is idle, and the one that is issued by Microsoft 6 to 4 tunnel adapter is working.