System.Net.Sockets.Socket and IPv6 
Author Message
 System.Net.Sockets.Socket and IPv6

Hi!

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?

Thank you in advance
     Matthias



Wed, 05 Jan 2005 18:12:01 GMT  
 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



Wed, 05 Jan 2005 21:46:07 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. System.Net.Sockets.Socket.EndReceive has a bogus return value

2. IPv6 creation socket fails

3. System.Net.Sockets.SocketType.Rdm availability

4. system.net.sockets riddled with bugs in rc1

5. System.Net.Sockets.TCPClient question

6. Async socket writers combined with sync socket readers

7. socket.Send and socket.Receive at the same time

8. how to use socket in dotnet,how to get some info about socket

9. Socket exception when trying to connect to the socket

10. Socket.Send Socket.Receive

11. send socket from socket

12. Windows Socket and Linux Socket

 

 
Powered by phpBB® Forum Software