
System.Net.Sockets.Socket and IPv6
Quote:
> Can anybody please tell my who I can create an IPv6 socket? I can see
> InterNetwork6 as an AddressFamily but I don't know how to get a class
> that represents an IPv6 address. I can only find System.Net.IPAddress.
> Is there anything like a System.Net.IPv6Address?
Currently the .NET framework does not support IPv6 addresses. The reason, I
believe, is because only the latest versions of Windows (WindowsXP/Windows
.NET Server) have an IPv6 stack.
If you wish you can take the new WinSock API and wrap it in your own Socket
class. For more information, visit http://research.microsoft.com/msripv6/
and http://www.microsoft.com/ipv6/
Regards,
Pieter Philippaerts