WinService, startup and network

Posted by Marco on Stack Overflow See other posts from Stack Overflow or by Marco
Published on 2010-03-20T01:03:22Z Indexed on 2010/03/20 1:11 UTC
Read the original article Hit count: 371

Filed under:
|
|

I'm writing in .NET a windows service that, at windows startup, executes some network operations. I noticed that my service starts before the network is up. How can I check the network connectivity? Or, better, how can I check if the dhcp gave me an ip?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about windows-services