0
Answer

TCPClient connection to IPv6 address

Photo of Zaheer Alam

Zaheer Alam

14y
5.2k
1
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...