How do I check that I have an open network connection and can contact a specific ip address in c#? I have seen example in VB.Net but they all use the \'My\' structure. Than
Well, you would try to connect to the specific ip, and handle denies and timeouts.
Look at the TcpClient class in the System.Net.Sockets namespace.