Zaheer Alam

Zaheer Alam

  • NA
  • 1
  • 5.1k

TCPClient connection to IPv6 address

Jul 23 2010 5:47 AM
Hi,

I have made a client server application that connect by a machine's IP Address. It works fine with normal IP Address but it does not work if the server is running IPv6 address. When i enter the IPv6 address in the client and try to connect it gives the Exception: No Such Hosts found.

I have Used System.Net.Sockets.TCPClient and System.Net.Sockets.TCPListener for connection.

Please help...