M Maanu Jun 11, 2010 #1 Hi, Is there any API availale in .Net for detecting loss of network connection? Thanks, Manu
S Stefan Hoffmann Jun 11, 2010 #2 hi Maanu, Is there any API availale in .Net for detecting loss of network connection? Click to expand... No, not really, as you cannot determine even the fact, if you're connected to a network. Ping the desired service or server instead. mfG --> stefan <--
hi Maanu, Is there any API availale in .Net for detecting loss of network connection? Click to expand... No, not really, as you cannot determine even the fact, if you're connected to a network. Ping the desired service or server instead. mfG --> stefan <--
M Maanu Jun 11, 2010 #3 Does it mean that I cannot detect the Local Area Connection Status using .Net API?
S Stefan Hoffmann Jun 11, 2010 #4 hi Maanu, Does it mean that I cannot detect the Local Area Connection Status using .Net API? Click to expand... You can detect, if your LAN NIC is working or not, but this does not allow any conclusion about a connection loss. As for example the loss may occur beyond the NIC and your PC. You may take a look at http://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkchange(VS.95).aspx mfG --> stefan <--
hi Maanu, Does it mean that I cannot detect the Local Area Connection Status using .Net API? Click to expand... You can detect, if your LAN NIC is working or not, but this does not allow any conclusion about a connection loss. As for example the loss may occur beyond the NIC and your PC. You may take a look at http://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkchange(VS.95).aspx mfG --> stefan <--