0
Reply

TCPClient connection to IPv6 address

Zaheer Alam

Zaheer Alam

Jul 23 2010 5:47 AM
4k
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...